Uses of Class
org.everit.json.schema.ReferenceSchema
Packages that use ReferenceSchema
-
Uses of ReferenceSchema in org.everit.json.schema
Methods in org.everit.json.schema that return ReferenceSchemaModifier and TypeMethodDescriptionReferenceSchema.Builder.build()This method caches its result, so multiple invocations will return referentially the sameReferenceSchemainstance. -
Uses of ReferenceSchema in org.everit.json.schema.event
Constructors in org.everit.json.schema.event with parameters of type ReferenceSchemaModifierConstructorDescriptionSchemaReferencedEvent(ReferenceSchema schema, Object instance, Schema referredSchema)