Uses of Enum Class
com.github.victools.jsonschema.generator.CustomDefinition.DefinitionType
Packages that use CustomDefinition.DefinitionType
-
Uses of CustomDefinition.DefinitionType in com.github.victools.jsonschema.generator
Fields in com.github.victools.jsonschema.generator declared as CustomDefinition.DefinitionTypeModifier and TypeFieldDescriptionstatic final CustomDefinition.DefinitionTypeCustomDefinition.INLINE_DEFINITIONAlternative accessor forCustomDefinition.DefinitionType.INLINE.Methods in com.github.victools.jsonschema.generator that return CustomDefinition.DefinitionTypeModifier and TypeMethodDescriptionCustomDefinition.getDefinitionType()Getter for the associated definition type.Returns the enum constant of this class with the specified name.static CustomDefinition.DefinitionType[]CustomDefinition.DefinitionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.victools.jsonschema.generator with parameters of type CustomDefinition.DefinitionTypeModifierConstructorDescriptionCustomDefinition(tools.jackson.databind.node.ObjectNode value, CustomDefinition.DefinitionType definitionType, CustomDefinition.AttributeInclusion attributeInclusion) Constructor for a custom definition.