public class ValidationSchemaFactoryWrapper extends SchemaFactoryWrapper
provider, schema, schemaProvider, visitorContext, visitorFactory
Constructor and Description |
---|
ValidationSchemaFactoryWrapper() |
ValidationSchemaFactoryWrapper(ValidationConstraintResolver constraintResolver) |
Modifier and Type | Method and Description |
---|---|
protected JsonSchema |
addValidationConstraints(JsonSchema schema,
com.fasterxml.jackson.databind.BeanProperty prop) |
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor |
expectObjectFormat(com.fasterxml.jackson.databind.JavaType convertedType) |
expectAnyFormat, expectArrayFormat, expectBooleanFormat, expectIntegerFormat, expectMapFormat, expectNullFormat, expectNumberFormat, expectStringFormat, finalSchema, getProvider, setProvider, setVisitorContext
public ValidationSchemaFactoryWrapper()
public ValidationSchemaFactoryWrapper(ValidationConstraintResolver constraintResolver)
public com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor expectObjectFormat(com.fasterxml.jackson.databind.JavaType convertedType)
expectObjectFormat
in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper
expectObjectFormat
in class SchemaFactoryWrapper
protected JsonSchema addValidationConstraints(JsonSchema schema, com.fasterxml.jackson.databind.BeanProperty prop)
Copyright © 2017 FasterXML. All rights reserved.