Uses of Package
org.refcodes.schema
-
Classes in org.refcodes.schema used by org.refcodes.schemaClassDescriptionThe Enum JsonMode.
Schema.Builderto buildSchema.TheSchemaNotationenumeration provides defaultSchemaVisitorinstances producing aStringrepresentation of the according notation for aSchemainstance in question by invoking the #visit(Schema) method.A visitor traverses aSchemainstance recursively by having itsSchemaVisitor.visit(Schema)method invoked via theSchema.visit(SchemaVisitor).