public enum FreeMarkerTemplateType extends java.lang.Enum<FreeMarkerTemplateType>
| Enum Constant and Description |
|---|
ENUM |
INTERFACE |
JACKSON_TYPE_ID_RESOLVER |
OPERATIONS |
PARAMETRIZED_INPUT |
REQUEST |
RESPONSE |
RESPONSE_PROJECTION |
TYPE |
UNION |
| Modifier and Type | Method and Description |
|---|---|
static FreeMarkerTemplateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FreeMarkerTemplateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FreeMarkerTemplateType TYPE
public static final FreeMarkerTemplateType ENUM
public static final FreeMarkerTemplateType UNION
public static final FreeMarkerTemplateType REQUEST
public static final FreeMarkerTemplateType RESPONSE
public static final FreeMarkerTemplateType INTERFACE
public static final FreeMarkerTemplateType OPERATIONS
public static final FreeMarkerTemplateType PARAMETRIZED_INPUT
public static final FreeMarkerTemplateType RESPONSE_PROJECTION
public static final FreeMarkerTemplateType JACKSON_TYPE_ID_RESOLVER
public static FreeMarkerTemplateType[] values()
for (FreeMarkerTemplateType c : FreeMarkerTemplateType.values()) System.out.println(c);
public static FreeMarkerTemplateType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null