Uses of Class
com.fasterxml.jackson.module.jsonSchema.factories.SchemaFactoryWrapper
Packages that use SchemaFactoryWrapper
Package
Description
-
Uses of SchemaFactoryWrapper in com.fasterxml.jackson.module.jsonSchema
Fields in com.fasterxml.jackson.module.jsonSchema declared as SchemaFactoryWrapperConstructors in com.fasterxml.jackson.module.jsonSchema with parameters of type SchemaFactoryWrapperModifierConstructorDescriptionJsonSchemaGenerator
(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
Modifier and TypeClassDescriptionclass
Adds a hyperlink to object schema, either root level or nested.class
Adds a title to every object schema, either root level or nested.class
Methods in com.fasterxml.jackson.module.jsonSchema.customProperties that return SchemaFactoryWrapperModifier and TypeMethodDescriptionHyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory.getWrapper
(com.fasterxml.jackson.databind.SerializerProvider p) HyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory.getWrapper
(com.fasterxml.jackson.databind.SerializerProvider p, VisitorContext rvc) TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory.getWrapper
(com.fasterxml.jackson.databind.SerializerProvider p) TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory.getWrapper
(com.fasterxml.jackson.databind.SerializerProvider p, VisitorContext rvc) ValidationSchemaFactoryWrapper.ValidationSchemaFactoryWrapperFactory.getWrapper
(com.fasterxml.jackson.databind.SerializerProvider p) 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 SchemaFactoryWrapperModifier and TypeMethodDescriptionWrapperFactory.getWrapper
(com.fasterxml.jackson.databind.SerializerProvider provider) WrapperFactory.getWrapper
(com.fasterxml.jackson.databind.SerializerProvider provider, VisitorContext rvc) SchemaFactoryWrapper.setVisitorContext
(VisitorContext rvc)