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