public static enum TypeNameResolver.Options extends Enum<TypeNameResolver.Options>
| Enum Constant and Description |
|---|
SKIP_API_MODEL |
| Modifier and Type | Method and Description |
|---|---|
static TypeNameResolver.Options |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeNameResolver.Options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeNameResolver.Options SKIP_API_MODEL
public static TypeNameResolver.Options[] values()
for (TypeNameResolver.Options c : TypeNameResolver.Options.values()) System.out.println(c);
public static TypeNameResolver.Options 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 © 2016. All Rights Reserved.