public static enum JandexUtil.RefType extends Enum<JandexUtil.RefType>
| Enum Constant and Description |
|---|
Callback |
Example |
Header |
Link |
Parameter |
RequestBody |
Response |
Schema |
SecurityScheme |
| Modifier and Type | Method and Description |
|---|---|
static JandexUtil.RefType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JandexUtil.RefType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JandexUtil.RefType Header
public static final JandexUtil.RefType Schema
public static final JandexUtil.RefType SecurityScheme
public static final JandexUtil.RefType Callback
public static final JandexUtil.RefType Link
public static final JandexUtil.RefType Response
public static final JandexUtil.RefType Parameter
public static final JandexUtil.RefType Example
public static final JandexUtil.RefType RequestBody
public static JandexUtil.RefType[] values()
for (JandexUtil.RefType c : JandexUtil.RefType.values()) System.out.println(c);
public static JandexUtil.RefType 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 © 2019. All rights reserved.