| Package | Description |
|---|---|
| org.jsonschema2pojo.model |
| Modifier and Type | Method and Description |
|---|---|
EnumDefinitionExtensionType |
EnumDefinition.getType() |
static EnumDefinitionExtensionType |
EnumDefinitionExtensionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumDefinitionExtensionType[] |
EnumDefinitionExtensionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EnumDefinition(String nodeName,
com.fasterxml.jackson.databind.JsonNode enumNode,
com.sun.codemodel.JType backingType,
ArrayList<EnumValueDefinition> enumValues,
EnumDefinitionExtensionType type) |
Copyright © 2023. All rights reserved.