public enum SchemaObjectCustomizerTarget extends Enum<SchemaObjectCustomizerTarget>
SchemaObject
refers toEnum Constant and Description |
---|
FORM_PARAM |
REQUEST_BODY |
RESPONSE_BODY |
Modifier and Type | Method and Description |
---|---|
static SchemaObjectCustomizerTarget |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaObjectCustomizerTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaObjectCustomizerTarget REQUEST_BODY
public static final SchemaObjectCustomizerTarget RESPONSE_BODY
public static final SchemaObjectCustomizerTarget FORM_PARAM
public static SchemaObjectCustomizerTarget[] values()
for (SchemaObjectCustomizerTarget c : SchemaObjectCustomizerTarget.values()) System.out.println(c);
public static SchemaObjectCustomizerTarget valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017–2021. All rights reserved.