Class JacksonModule
java.lang.Object
com.github.victools.jsonschema.module.jackson.JacksonSchemaModule
com.github.victools.jsonschema.module.jackson.JacksonModule
- All Implemented Interfaces:
com.github.victools.jsonschema.generator.Module
Deprecated, for removal: This API element is subject to removal in a future version.
Module for setting up schema generation aspects based on
jackson-annotations.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructor, without any additional options.JacksonModule(JacksonOption... options) Deprecated, for removal: This API element is subject to removal in a future version.Constructor. -
Method Summary
Methods inherited from class com.github.victools.jsonschema.module.jackson.JacksonSchemaModule
applyToConfigBuilder, getBeanDescriptionForClass, getPropertyNameOverrideBasedOnJsonNamingAnnotation, getPropertyNameOverrideBasedOnJsonPropertyAnnotation, getReadOnlyCheck, getRequiredCheckBasedOnJsonPropertyAnnotation, getWriteOnlyCheck, resolveDescription, resolveDescriptionForType, shouldIgnoreField, shouldIgnoreMethod
-
Constructor Details
-
JacksonModule
public JacksonModule()Deprecated, for removal: This API element is subject to removal in a future version.Constructor, without any additional options.- See Also:
-
JacksonModule
Deprecated, for removal: This API element is subject to removal in a future version.Constructor.- Parameters:
options- features to enable
-