Class TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory
- java.lang.Object
-
- com.fasterxml.jackson.module.jsonSchema.factories.WrapperFactory
-
- com.fasterxml.jackson.module.jsonSchema.customProperties.TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory
-
- Enclosing class:
- TitleSchemaFactoryWrapper
private static class TitleSchemaFactoryWrapper.TitleSchemaFactoryWrapperFactory extends WrapperFactory
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TitleSchemaFactoryWrapperFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaFactoryWrapper
getWrapper(com.fasterxml.jackson.databind.SerializerProvider p)
SchemaFactoryWrapper
getWrapper(com.fasterxml.jackson.databind.SerializerProvider p, VisitorContext rvc)
-
-
-
Method Detail
-
getWrapper
public SchemaFactoryWrapper getWrapper(com.fasterxml.jackson.databind.SerializerProvider p)
- Overrides:
getWrapper
in classWrapperFactory
-
getWrapper
public SchemaFactoryWrapper getWrapper(com.fasterxml.jackson.databind.SerializerProvider p, VisitorContext rvc)
- Overrides:
getWrapper
in classWrapperFactory
-
-