| Package | Description |
|---|---|
| org.glowroot.agent.weaving |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePointcutMethod.Builder |
ImmutablePointcutMethod.Builder.addAllAnnotationTypes(Iterable<? extends org.objectweb.asm.Type> elements)
Adds elements to
annotationTypes set. |
ImmutablePointcutMethod.Builder |
ImmutablePointcutMethod.Builder.addAnnotationTypes(org.objectweb.asm.Type... elements)
Adds elements to
annotationTypes set. |
ImmutablePointcutMethod.Builder |
ImmutablePointcutMethod.Builder.addAnnotationTypes(org.objectweb.asm.Type element)
Adds one element to
annotationTypes set. |
ImmutablePointcutMethod.Builder |
ImmutablePointcutMethod.Builder.annotationTypes(Iterable<? extends org.objectweb.asm.Type> elements)
Sets or replaces all elements for
annotationTypes set. |
static ImmutablePointcutMethod.Builder |
ImmutablePointcutMethod.builder()
Creates a builder for
ImmutablePointcutMethod. |
ImmutablePointcutMethod.Builder |
ImmutablePointcutMethod.Builder.copyFrom(org.glowroot.agent.weaving.PluginDetail.PointcutMethod instance)
Fill a builder with attribute values from the provided
PointcutMethod instance. |
ImmutablePointcutMethod.Builder |
ImmutablePointcutMethod.Builder.descriptor(String descriptor)
Initializes the value for the
descriptor attribute. |
ImmutablePointcutMethod.Builder |
ImmutablePointcutMethod.Builder.name(String name)
Initializes the value for the
name attribute. |
ImmutablePointcutMethod.Builder |
ImmutablePointcutMethod.Builder.parameterAnnotationTypes(Map<Integer,? extends List<org.objectweb.asm.Type>> entries)
Sets or replaces all mappings from the specified map as entries for the
parameterAnnotationTypes map. |
ImmutablePointcutMethod.Builder |
ImmutablePointcutMethod.Builder.putAllParameterAnnotationTypes(Map<Integer,? extends List<org.objectweb.asm.Type>> entries)
Put all mappings from the specified map as entries to
parameterAnnotationTypes map. |
ImmutablePointcutMethod.Builder |
ImmutablePointcutMethod.Builder.putParameterAnnotationTypes(int key,
List<org.objectweb.asm.Type> value)
Put one entry to the
parameterAnnotationTypes map. |
ImmutablePointcutMethod.Builder |
ImmutablePointcutMethod.Builder.putParameterAnnotationTypes(Map.Entry<Integer,? extends List<org.objectweb.asm.Type>> entry)
Put one entry to the
parameterAnnotationTypes map. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.