Package org.forgerock.api.jackson
Extensions to Jackson's JSON Schema to support the API Descriptor extensions to standard JSON Schema.
- 
Interface Summary Interface Description MultipleOfSchema Interface defining support formultipleOfJSON Schema field.WithExampleSchema<T> Extension for CREST and OpenAPI schemas to express an example value.
- 
Class Summary Class Description CrestAnySchema An extension to the JacksonAnySchemathat includes the custom CREST JSON Schema attributes.CrestArraySchema An extension to the JacksonArraySchemathat includes the custom CREST JSON Schema attributes.CrestBooleanSchema An extension to the JacksonBooleanSchemathat includes the custom CREST JSON Schema attributes.CrestJsonSchemaFactory AJsonSchemaFactorythat returns the extension schema objects rather than the default Jackson implementations.CrestObjectSchema An extension to the JacksonObjectSchemathat includes the custom CREST JSON Schema attributes.CrestPropertyDetailsSchemaFactoryWrapper ASchemaFactoryWrapperthat adds the extra CREST schema attributes once the Jackson schema generation has been completed.JacksonUtils Some utilities for dealing with Jackson schemas.PathsModule Jackson Module that adds a serializer modifier forPaths.