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