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, setVisitorContextpublic 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.JsonFormatVisitorWrapperexpectObjectFormat in class SchemaFactoryWrapperprotected JsonSchema addValidationConstraints(JsonSchema schema, com.fasterxml.jackson.databind.BeanProperty prop)
Copyright © 2021 FasterXML. All rights reserved.