public static enum GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForLegacyVm extends Enum<GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForLegacyVm> implements GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher
java.lang.reflect.Parameter API that throws an exception
for any property.GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForLegacyVm, GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForModernVm| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getParameterizedType(Object parameter)
Returns a parameter's parameterized type.
|
Class<?> |
getType(Object parameter)
Returns the parameter's type.
|
String |
toString() |
static GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForLegacyVm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForLegacyVm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForLegacyVm INSTANCE
public static GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForLegacyVm[] values()
for (GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForLegacyVm c : GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForLegacyVm.values()) System.out.println(c);
public static GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForLegacyVm 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 Type getParameterizedType(Object parameter)
GenericTypeDescription.LazyProjection.OfLoadedParameter.DispatchergetParameterizedType in interface GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcherparameter - The parameter to extract the paramaterized type of.public Class<?> getType(Object parameter)
GenericTypeDescription.LazyProjection.OfLoadedParameter.DispatchergetType in interface GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcherparameter - The parameter to extract the non-generic type of.public String toString()
toString in class Enum<GenericTypeDescription.LazyProjection.OfLoadedParameter.Dispatcher.ForLegacyVm>Copyright © 2014–2015. All rights reserved.