Uses of Enum Class
com.github.victools.jsonschema.module.jackson.JacksonOption
-
Uses of JacksonOption in com.github.victools.jsonschema.module.jackson
Methods in com.github.victools.jsonschema.module.jackson that return JacksonOptionModifier and TypeMethodDescriptionstatic JacksonOptionReturns the enum constant of this class with the specified name.static JacksonOption[]JacksonOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.victools.jsonschema.module.jackson with parameters of type JacksonOptionModifierConstructorDescriptionJacksonModule(JacksonOption... options) Deprecated, for removal: This API element is subject to removal in a future version.Constructor.JacksonSchemaModule(JacksonOption... options) Constructor.Constructor parameters in com.github.victools.jsonschema.module.jackson with type arguments of type JacksonOptionModifierConstructorDescriptionJsonSubTypesResolver(Collection<JacksonOption> options) Constructor expecting list of enabled module options.