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 SchemaFactoryWrapperJsonSchemaGenerator. _visitorConstructors 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 typicallySchemaFactoryWrapperbeing 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 classHyperSchemaFactoryWrapperAdds a hyperlink to object schema, either root level or nested.classTitleSchemaFactoryWrapperAdds a title to every object schema, either root level or nested.classValidationSchemaFactoryWrapperMethods in com.fasterxml.jackson.module.jsonSchema.customProperties that return SchemaFactoryWrapper Modifier and Type Method Description SchemaFactoryWrapperHyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider p)SchemaFactoryWrapperHyperSchemaFactoryWrapper.HyperSchemaFactoryWrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider p, VisitorContext rvc)SchemaFactoryWrapperTitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider p)SchemaFactoryWrapperTitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider p, VisitorContext rvc)SchemaFactoryWrapperValidationSchemaFactoryWrapper.ValidationSchemaFactoryWrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider p)SchemaFactoryWrapperValidationSchemaFactoryWrapper.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 SchemaFactoryWrapperWrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider provider)SchemaFactoryWrapperWrapperFactory. getWrapper(com.fasterxml.jackson.databind.SerializerProvider provider, VisitorContext rvc)SchemaFactoryWrapperSchemaFactoryWrapper. setVisitorContext(VisitorContext rvc)
-