Uses of 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 JacksonOption Modifier and Type Method Description static JacksonOption
JacksonOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static JacksonOption[]
JacksonOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.victools.jsonschema.module.jackson with parameters of type JacksonOption Constructor Description JacksonModule(JacksonOption... options)
Constructor.Constructor parameters in com.github.victools.jsonschema.module.jackson with type arguments of type JacksonOption Constructor Description JsonSubTypesResolver(Collection<JacksonOption> options)
Constructor expecting list of enabled module options.
-