Package com.github.victools.jsonschema.module.jackson
-
Class Summary Class Description CustomEnumDefinitionProvider Implementation of theCustomDefinitionProviderV2interface for treating enum types as plain strings based on aJsonValueannotation being present withvalue = trueon exactly one argument-free method and/orJsonPropertyannotations being present on all enum constants.JacksonModule Module for setting up schema generation aspects based onjackson-annotations.JsonPropertySorter Implementation of the sorting logic for an object's properties based on aJsonPropertyOrderannotation on the declaring type.JsonSubTypesResolver Look-up of subtypes from aJsonSubTypesannotation. -
Enum Summary Enum Description JacksonOption Flags to enable/disable certain aspects of theJacksonModule's processing.