public static enum Advice.OffsetMapping.ForOrigin.Renderer.ForPropertyName extends Enum<Advice.OffsetMapping.ForOrigin.Renderer.ForPropertyName> implements Advice.OffsetMapping.ForOrigin.Renderer
Advice.OffsetMapping.ForOrigin.Renderer.ForConstantValue, Advice.OffsetMapping.ForOrigin.Renderer.ForDescriptor, Advice.OffsetMapping.ForOrigin.Renderer.ForJavaSignature, Advice.OffsetMapping.ForOrigin.Renderer.ForMethodName, Advice.OffsetMapping.ForOrigin.Renderer.ForPropertyName, Advice.OffsetMapping.ForOrigin.Renderer.ForReturnTypeName, Advice.OffsetMapping.ForOrigin.Renderer.ForStringRepresentation, Advice.OffsetMapping.ForOrigin.Renderer.ForTypeName
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Field and Description |
---|---|
static char |
SYMBOL
The signature symbol.
|
Modifier and Type | Method and Description |
---|---|
String |
apply(TypeDescription instrumentedType,
MethodDescription instrumentedMethod)
Returns a string representation for this renderer.
|
static Advice.OffsetMapping.ForOrigin.Renderer.ForPropertyName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Advice.OffsetMapping.ForOrigin.Renderer.ForPropertyName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Advice.OffsetMapping.ForOrigin.Renderer.ForPropertyName INSTANCE
public static final char SYMBOL
public static Advice.OffsetMapping.ForOrigin.Renderer.ForPropertyName[] values()
for (Advice.OffsetMapping.ForOrigin.Renderer.ForPropertyName c : Advice.OffsetMapping.ForOrigin.Renderer.ForPropertyName.values()) System.out.println(c);
public static Advice.OffsetMapping.ForOrigin.Renderer.ForPropertyName 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 String apply(TypeDescription instrumentedType, MethodDescription instrumentedMethod)
apply
in interface Advice.OffsetMapping.ForOrigin.Renderer
instrumentedType
- The instrumented type.instrumentedMethod
- The instrumented method.Copyright © 2014–2025. All rights reserved.