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
AJsonSchemaFactory
that returns the extension schema objects rather than the default Jackson implementations.
-
-
Constructor Summary
Constructors Constructor Description CrestJsonSchemaFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.module.jsonSchema.types.AnySchema
anySchema()
com.fasterxml.jackson.module.jsonSchema.types.ArraySchema
arraySchema()
com.fasterxml.jackson.module.jsonSchema.types.BooleanSchema
booleanSchema()
com.fasterxml.jackson.module.jsonSchema.types.IntegerSchema
integerSchema()
com.fasterxml.jackson.module.jsonSchema.types.NumberSchema
numberSchema()
com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
objectSchema()
com.fasterxml.jackson.module.jsonSchema.types.StringSchema
stringSchema()
-
-
-
Method Detail
-
objectSchema
public com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema objectSchema()
- Overrides:
objectSchema
in classcom.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
-
anySchema
public com.fasterxml.jackson.module.jsonSchema.types.AnySchema anySchema()
- Overrides:
anySchema
in classcom.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
-
arraySchema
public com.fasterxml.jackson.module.jsonSchema.types.ArraySchema arraySchema()
- Overrides:
arraySchema
in classcom.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
-
booleanSchema
public com.fasterxml.jackson.module.jsonSchema.types.BooleanSchema booleanSchema()
- Overrides:
booleanSchema
in classcom.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
-
integerSchema
public com.fasterxml.jackson.module.jsonSchema.types.IntegerSchema integerSchema()
- Overrides:
integerSchema
in classcom.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
-
numberSchema
public com.fasterxml.jackson.module.jsonSchema.types.NumberSchema numberSchema()
- Overrides:
numberSchema
in classcom.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
-
stringSchema
public com.fasterxml.jackson.module.jsonSchema.types.StringSchema stringSchema()
- Overrides:
stringSchema
in classcom.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
-
-