public static enum MethodRegistry.Handler.ForVisibilityBridge extends Enum<MethodRegistry.Handler.ForVisibilityBridge> implements MethodRegistry.Handler
Modifier and Type | Class and Description |
---|---|
protected static class |
MethodRegistry.Handler.ForVisibilityBridge.Compiled
A compiled handler for a visibility bridge handler.
|
MethodRegistry.Handler.ForAbstractMethod, MethodRegistry.Handler.ForAnnotationValue, MethodRegistry.Handler.ForImplementation, MethodRegistry.Handler.ForVisibilityBridge
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
MethodRegistry.Handler.ForVisibilityBridge.Compiled |
compile(Implementation.Target implementationTarget)
Compiles this handler.
|
InstrumentedType |
prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.
|
static MethodRegistry.Handler.ForVisibilityBridge |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodRegistry.Handler.ForVisibilityBridge[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MethodRegistry.Handler.ForVisibilityBridge INSTANCE
public static MethodRegistry.Handler.ForVisibilityBridge[] values()
for (MethodRegistry.Handler.ForVisibilityBridge c : MethodRegistry.Handler.ForVisibilityBridge.values()) System.out.println(c);
public static MethodRegistry.Handler.ForVisibilityBridge 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)
prepare
in interface InstrumentedType.Prepareable
instrumentedType
- The instrumented type in its current form.public MethodRegistry.Handler.ForVisibilityBridge.Compiled compile(Implementation.Target implementationTarget)
compile
in interface MethodRegistry.Handler
implementationTarget
- The implementation target to compile this handler for.Copyright © 2014–2019. All rights reserved.