public static enum ResteasyConfig.SOURCE extends Enum<ResteasyConfig.SOURCE>
| Enum Constant and Description |
|---|
ENV |
SERVLET_CONTEXT |
SYSTEM |
| Modifier and Type | Method and Description |
|---|---|
static ResteasyConfig.SOURCE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResteasyConfig.SOURCE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResteasyConfig.SOURCE SYSTEM
public static final ResteasyConfig.SOURCE ENV
public static final ResteasyConfig.SOURCE SERVLET_CONTEXT
public static ResteasyConfig.SOURCE[] values()
for (ResteasyConfig.SOURCE c : ResteasyConfig.SOURCE.values()) System.out.println(c);
public static ResteasyConfig.SOURCE 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 © 2023 JBoss by Red Hat. All rights reserved.