public static enum FieldAccessor.ForNamedField.PreparationHandler.NoOp extends Enum<FieldAccessor.ForNamedField.PreparationHandler.NoOp> implements FieldAccessor.ForNamedField.PreparationHandler
FieldAccessor.ForNamedField.PreparationHandler.FieldDefiner, FieldAccessor.ForNamedField.PreparationHandler.NoOp| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
InstrumentedType |
prepare(InstrumentedType instrumentedType)
Prepares the instrumented type.
|
String |
toString() |
static FieldAccessor.ForNamedField.PreparationHandler.NoOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldAccessor.ForNamedField.PreparationHandler.NoOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldAccessor.ForNamedField.PreparationHandler.NoOp INSTANCE
public static FieldAccessor.ForNamedField.PreparationHandler.NoOp[] values()
for (FieldAccessor.ForNamedField.PreparationHandler.NoOp c : FieldAccessor.ForNamedField.PreparationHandler.NoOp.values()) System.out.println(c);
public static FieldAccessor.ForNamedField.PreparationHandler.NoOp 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 InstrumentedType prepare(InstrumentedType instrumentedType)
FieldAccessor.ForNamedField.PreparationHandlerprepare in interface FieldAccessor.ForNamedField.PreparationHandlerinstrumentedType - The instrumented type to be prepared.public String toString()
toString in class Enum<FieldAccessor.ForNamedField.PreparationHandler.NoOp>Copyright © 2014–2015. All rights reserved.