public static enum Implementation.Context.Disabled.Factory extends Enum<Implementation.Context.Disabled.Factory> implements Implementation.Context.Factory
Implementation.Context.Disabled.| Enum Constant and Description | 
|---|
| INSTANCEThe singleton instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| Implementation.Context.ExtractableView | make(TypeDescription instrumentedType,
    AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy,
    TypeInitializer typeInitializer,
    ClassFileVersion classFileVersion,
    ClassFileVersion auxiliaryClassFileVersion)Creates a new implementation context. | 
| static Implementation.Context.Disabled.Factory | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Implementation.Context.Disabled.Factory[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Implementation.Context.Disabled.Factory INSTANCE
public static Implementation.Context.Disabled.Factory[] values()
for (Implementation.Context.Disabled.Factory c : Implementation.Context.Disabled.Factory.values()) System.out.println(c);
public static Implementation.Context.Disabled.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.Context.ExtractableView make(TypeDescription instrumentedType, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, TypeInitializer typeInitializer, ClassFileVersion classFileVersion, ClassFileVersion auxiliaryClassFileVersion)
make in interface Implementation.Context.FactoryinstrumentedType - The description of the type that is currently subject of creation.auxiliaryTypeNamingStrategy - The naming strategy for naming an auxiliary type.typeInitializer - The type initializer of the created instrumented type.classFileVersion - The class file version of the created class.auxiliaryClassFileVersion - The class file version of any auxiliary classes.Copyright © 2014–2021. All rights reserved.