| Package | Description |
|---|---|
| org.glowroot.agent.weaving |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePointcutMethod |
ImmutablePointcutMethod.Builder.build()
Builds a new
ImmutablePointcutMethod. |
static ImmutablePointcutMethod |
ImmutablePointcutMethod.copyOf(org.glowroot.agent.weaving.PluginDetail.PointcutMethod instance)
Creates an immutable copy of a
PluginDetail.PointcutMethod value. |
ImmutablePointcutMethod |
ImmutablePointcutMethod.withAnnotationTypes(Iterable<? extends org.objectweb.asm.Type> elements)
Copy the current immutable object with elements that replace the content of
annotationTypes. |
ImmutablePointcutMethod |
ImmutablePointcutMethod.withAnnotationTypes(org.objectweb.asm.Type... elements)
Copy the current immutable object with elements that replace the content of
annotationTypes. |
ImmutablePointcutMethod |
ImmutablePointcutMethod.withDescriptor(String value)
Copy the current immutable object by setting a value for the
descriptor attribute. |
ImmutablePointcutMethod |
ImmutablePointcutMethod.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutablePointcutMethod |
ImmutablePointcutMethod.withParameterAnnotationTypes(Map<Integer,? extends List<org.objectweb.asm.Type>> entries)
Copy the current immutable object by replacing the
parameterAnnotationTypes map with the specified map. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.