public class CrestJsonSchemaFactory
extends com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
JsonSchemaFactory
that returns the extension schema objects rather than the default Jackson
implementations.Constructor and Description |
---|
CrestJsonSchemaFactory() |
Modifier and Type | Method and 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() |
public com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema objectSchema()
objectSchema
in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
public com.fasterxml.jackson.module.jsonSchema.types.AnySchema anySchema()
anySchema
in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
public com.fasterxml.jackson.module.jsonSchema.types.ArraySchema arraySchema()
arraySchema
in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
public com.fasterxml.jackson.module.jsonSchema.types.BooleanSchema booleanSchema()
booleanSchema
in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
public com.fasterxml.jackson.module.jsonSchema.types.IntegerSchema integerSchema()
integerSchema
in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
public com.fasterxml.jackson.module.jsonSchema.types.NumberSchema numberSchema()
numberSchema
in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
public com.fasterxml.jackson.module.jsonSchema.types.StringSchema stringSchema()
stringSchema
in class com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaFactory
Copyright © 2010-2018, ForgeRock All Rights Reserved.