public static enum SubclassImplementationTarget.Factory extends Enum<SubclassImplementationTarget.Factory> implements Implementation.Target.Factory
SubclassImplementationTarget.| Enum Constant and Description |
|---|
LEVEL_TYPE
A factory creating a subclass implementation target with a
SubclassImplementationTarget.OriginTypeResolver.LEVEL_TYPE. |
SUPER_CLASS
A factory creating a subclass implementation target with a
SubclassImplementationTarget.OriginTypeResolver.SUPER_CLASS. |
| Modifier and Type | Method and Description |
|---|---|
Implementation.Target |
make(TypeDescription instrumentedType,
MethodGraph.Linked methodGraph)
Creates an implementation target.
|
String |
toString() |
static SubclassImplementationTarget.Factory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubclassImplementationTarget.Factory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubclassImplementationTarget.Factory SUPER_CLASS
SubclassImplementationTarget.OriginTypeResolver.SUPER_CLASS.public static final SubclassImplementationTarget.Factory LEVEL_TYPE
SubclassImplementationTarget.OriginTypeResolver.LEVEL_TYPE.public static SubclassImplementationTarget.Factory[] values()
for (SubclassImplementationTarget.Factory c : SubclassImplementationTarget.Factory.values()) System.out.println(c);
public static SubclassImplementationTarget.Factory 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 Implementation.Target make(TypeDescription instrumentedType, MethodGraph.Linked methodGraph)
Implementation.Target.Factorymake in interface Implementation.Target.FactoryinstrumentedType - The instrumented type.methodGraph - A method graph of the instrumented type.public String toString()
toString in class Enum<SubclassImplementationTarget.Factory>Copyright © 2014–2016. All rights reserved.