Uses of Class
com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
-
Packages that use SchemaFactoryWrapper Package Description com.fasterxml.jackson.module.jsonSchema com.fasterxml.jackson.module.jsonSchema.customProperties com.fasterxml.jackson.module.jsonSchema.factories -
-
Uses of SchemaFactoryWrapper in com.fasterxml.jackson.module.jsonSchema
Fields in com.fasterxml.jackson.module.jsonSchema declared as SchemaFactoryWrapper Modifier and Type Field Description private SchemaFactoryWrapper
JsonSchemaGenerator. _visitor
Constructors in com.fasterxml.jackson.module.jsonSchema with parameters of type SchemaFactoryWrapper Constructor Description JsonSchemaGenerator(com.fasterxml.jackson.databind.ObjectMapper mapper, SchemaFactoryWrapper visitor)
NOTE: resulting generator is NOT thread-safe, since typicallySchemaFactoryWrapper
being passed is not thread-safe.JsonSchemaGenerator(com.fasterxml.jackson.databind.ObjectWriter w, SchemaFactoryWrapper visitor)
-
Uses of SchemaFactoryWrapper in com.fasterxml.jackson.module.jsonSchema.customProperties
Subclasses of SchemaFactoryWrapper in com.fasterxml.jackson.module.jsonSchema.customProperties Modifier and Type Class Description class
HyperSchemaFactoryWrapper
Adds a hyperlink to object schema, either root level or nested.class
TitleSchemaFactoryWrapper
Adds a title to every object schema, either root level or nested.class
ValidationSchemaFactoryWrapper
Methods in com.fasterxml.jackson.module.jsonSchema.customProperties that return SchemaFactoryWrapper Modifier and Type Method Description SchemaFactoryWrapper
HyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider p)
SchemaFactoryWrapper
HyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider p, VisitorContext rvc)
SchemaFactoryWrapper
TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider p)
SchemaFactoryWrapper
TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider p, VisitorContext rvc)
SchemaFactoryWrapper
ValidationSchemaFactoryWrapper.ValidationSchemaFactoryWrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider p)
SchemaFactoryWrapper
ValidationSchemaFactoryWrapper.ValidationSchemaFactoryWrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider p, VisitorContext rvc)
-
Uses of SchemaFactoryWrapper in com.fasterxml.jackson.module.jsonSchema.factories
Methods in com.fasterxml.jackson.module.jsonSchema.factories that return SchemaFactoryWrapper Modifier and Type Method Description SchemaFactoryWrapper
WrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider provider)
SchemaFactoryWrapper
WrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider provider, VisitorContext rvc)
SchemaFactoryWrapper
SchemaFactoryWrapper. setVisitorContext(VisitorContext rvc)
-