| Modifier and Type | Method and Description |
|---|---|
static Function<JavaType,JavaType> |
combine(Function<JavaType,JavaType>... functions) |
static TypeAs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeAs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeAs FLUENT_INTERFACE
public static final TypeAs FLUENT_IMPL
public static final TypeAs SHALLOW_FLUENT
public static final TypeAs GENERIC_FLUENT
public static final TypeAs BUILDER
public static final TypeAs EDITABLE
public static final TypeAs SHALLOW_INLINEABLE
public static final TypeAs INLINEABLE
public static final TypeAs SHALLOW_BUILDER
public static final TypeAs VISITABLE_BUILDER
public static final TypeAs LIST_OF
public static final TypeAs ARRAY_AS_LIST
public static final TypeAs ARRAY_LIST_OF
public static final TypeAs UNWRAP_COLLECTION_OF
public static final TypeAs UNWRAP_ARRAY_OF
public static final TypeAs REMOVE_GENERICS
public static final TypeAs REMOVE_GENERICS_BOUNDS
public static final TypeAs REMOVE_SUPERCLASS
public static final TypeAs BOXED_OF
public static TypeAs[] values()
for (TypeAs c : TypeAs.values()) System.out.println(c);
public static TypeAs 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.