public static enum JandexUtil.RefType extends Enum<JandexUtil.RefType>
| Enum Constant and Description |
|---|
CALLBACK |
EXAMPLE |
HEADER |
LINK |
PARAMETER |
REQUEST_BODY |
RESPONSE |
SCHEMA |
SECURITY_SCHEME |
| Modifier and Type | Method and Description |
|---|---|
static JandexUtil.RefType |
fromComponentPath(String path) |
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 SECURITY_SCHEME
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 REQUEST_BODY
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 nullpublic static JandexUtil.RefType fromComponentPath(String path)
Copyright © 2018–2021. All rights reserved.