Uses of Class
com.github.victools.jsonschema.generator.OptionPreset
-
Packages that use OptionPreset Package Description com.github.victools.jsonschema.generator -
-
Uses of OptionPreset in com.github.victools.jsonschema.generator
Fields in com.github.victools.jsonschema.generator declared as OptionPreset Modifier and Type Field Description static OptionPresetOptionPreset. FULL_DOCUMENTATIONPreset: including private/package/protected/public fields and all public methods.static OptionPresetOptionPreset. JAVA_OBJECTPreset: including public fields and all public methods.static OptionPresetOptionPreset. PLAIN_JSONPreset: including private/package/protected/public fields and no methods.Constructors in com.github.victools.jsonschema.generator with parameters of type OptionPreset Constructor Description SchemaGeneratorConfigBuilder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, OptionPreset preset)Deprecated.SchemaGeneratorConfigBuilder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SchemaVersion schemaVersion, OptionPreset preset)Constructor of an empty configuration builder.SchemaGeneratorConfigBuilder(SchemaVersion schemaVersion, OptionPreset preset)Constructor of an empty configuration builder with a defaultObjectMapperinstance.
-