Uses of Enum Class
com.github.victools.jsonschema.generator.Option
Packages that use Option
Package
Description
-
Uses of Option in com.github.victools.jsonschema.generator
Methods in com.github.victools.jsonschema.generator that return OptionModifier and TypeMethodDescriptionstatic OptionReturns the enum constant of this class with the specified name.static Option[]Option.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.victools.jsonschema.generator with parameters of type OptionModifier and TypeMethodDescriptionSchemaGeneratorConfigBuilder.getSetting(Option setting) Check whether the given setting/option has been set and if yes, whether it is enabled or disabled.booleanOptionPreset.isOptionEnabledByDefault(Option setting) Indicate whether the given option should be enabled, if it was not specifically included/excluded in theSchemaGeneratorConfigBuilder.booleanOption.isOverriding(Option otherOption) Check whether the given option is being ignored if this one enabled.Enable an option for the schema generation.Disable an option for the schema generation.Constructors in com.github.victools.jsonschema.generator with parameters of type OptionModifierConstructorDescriptionOptionPreset(Option... enabledByDefault) Constructor: defining the fixed list of options to be enabled by default. -
Uses of Option in com.github.victools.jsonschema.generator.impl
Constructor parameters in com.github.victools.jsonschema.generator.impl with type arguments of type OptionModifierConstructorDescriptionSchemaGeneratorConfigImpl(tools.jackson.databind.ObjectMapper objectMapper, SchemaVersion schemaVersion, Set<Option> enabledOptions, SchemaGeneratorGeneralConfigPart typesInGeneralConfigPart, SchemaGeneratorConfigPart<FieldScope> fieldConfigPart, SchemaGeneratorConfigPart<MethodScope> methodConfigPart, Map<Class<? extends Annotation>, com.fasterxml.classmate.AnnotationInclusion> inclusionOverrides) Constructor of a configuration instance.