public static enum Super.Binder.TypeLocator.ForParameterType extends Enum<Super.Binder.TypeLocator.ForParameterType> implements Super.Binder.TypeLocator
Super.Binder.TypeLocator.ForInstrumentedType, Super.Binder.TypeLocator.ForParameterType, Super.Binder.TypeLocator.ForType| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDescription |
resolve(TypeDescription instrumentedType,
TypeDescription.Generic parameterType)
Resolves the target type.
|
String |
toString() |
static Super.Binder.TypeLocator.ForParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Super.Binder.TypeLocator.ForParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Super.Binder.TypeLocator.ForParameterType INSTANCE
public static Super.Binder.TypeLocator.ForParameterType[] values()
for (Super.Binder.TypeLocator.ForParameterType c : Super.Binder.TypeLocator.ForParameterType.values()) System.out.println(c);
public static Super.Binder.TypeLocator.ForParameterType 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 TypeDescription resolve(TypeDescription instrumentedType, TypeDescription.Generic parameterType)
Super.Binder.TypeLocatorresolve in interface Super.Binder.TypeLocatorinstrumentedType - The instrumented type.parameterType - The type of the target parameter.public String toString()
toString in class Enum<Super.Binder.TypeLocator.ForParameterType>Copyright © 2014–2016. All rights reserved.