Uses of Class
org.apache.juneau.bean.jsonschema.JsonSchemaMap
Packages that use JsonSchemaMap
-
Uses of JsonSchemaMap in org.apache.juneau.bean.jsonschema
Methods in org.apache.juneau.bean.jsonschema that return JsonSchemaMapModifier and TypeMethodDescriptionJsonSchemaMap.add
(JsonSchema... schemas) Convenience method for pre-populating this map with the specified schemas.Methods in org.apache.juneau.bean.jsonschema with parameters of type JsonSchemaMapModifier and TypeMethodDescriptionJsonSchema.setSchemaMap
(JsonSchemaMap schemaMap) Associates a schema map with this schema for resolving other schemas identified through$ref properties.