Uses of Interface
org.forgerock.api.jackson.WithExampleSchema
-
Packages that use WithExampleSchema Package Description org.forgerock.api.jackson Extensions to Jackson's JSON Schema to support the API Descriptor extensions to standard JSON Schema. -
-
Uses of WithExampleSchema in org.forgerock.api.jackson
Classes in org.forgerock.api.jackson that implement WithExampleSchema Modifier and Type Class Description class
CrestAnySchema
An extension to the JacksonAnySchema
that includes the custom CREST JSON Schema attributes.class
CrestArraySchema
An extension to the JacksonArraySchema
that includes the custom CREST JSON Schema attributes.class
CrestBooleanSchema
An extension to the JacksonBooleanSchema
that includes the custom CREST JSON Schema attributes.class
CrestObjectSchema
An extension to the JacksonObjectSchema
that includes the custom CREST JSON Schema attributes.
-