Uses of Class
org.everit.json.schema.ReferenceSchema
-
Packages that use ReferenceSchema Package Description org.everit.json.schema org.everit.json.schema.event -
-
Uses of ReferenceSchema in org.everit.json.schema
Methods in org.everit.json.schema that return ReferenceSchema Modifier and Type Method Description ReferenceSchema
ReferenceSchema.Builder. build()
This method caches its result, so multiple invocations will return referentially the sameReferenceSchema
instance. -
Uses of ReferenceSchema in org.everit.json.schema.event
Constructors in org.everit.json.schema.event with parameters of type ReferenceSchema Constructor Description SchemaReferencedEvent(ReferenceSchema schema, Object instance, Schema referredSchema)
-