Package org.forgerock.api.jackson
Class CrestJsonSchemaFactory
java.lang.Object
com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
org.forgerock.api.jackson.CrestJsonSchemaFactory
public class CrestJsonSchemaFactory
extends com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
A
JsonSchemaFactory
that returns the extension schema objects rather than the default Jackson
implementations.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.module.jsonSchema.types.AnySchema
com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
com.fasterxml.jackson.module.jsonSchema.types.BooleanSchema
com.fasterxml.jackson.module.jsonSchema.types.IntegerSchema
com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
com.fasterxml.jackson.module.jsonSchema.types.StringSchema
Methods inherited from class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
nullSchema
-
Constructor Details
-
CrestJsonSchemaFactory
public CrestJsonSchemaFactory()
-
-
Method Details
-
objectSchema
- Overrides:
objectSchema
in classcom.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
-
anySchema
- Overrides:
anySchema
in classcom.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
-
arraySchema
- Overrides:
arraySchema
in classcom.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
-
booleanSchema
- Overrides:
booleanSchema
in classcom.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
-
integerSchema
- Overrides:
integerSchema
in classcom.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
-
numberSchema
- Overrides:
numberSchema
in classcom.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
-
stringSchema
- Overrides:
stringSchema
in classcom.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
-