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