| Package | Description |
|---|---|
| org.glowroot.agent.weaving |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMixinClass |
ImmutableMixinClass.Builder.build()
Builds a new
ImmutableMixinClass. |
static ImmutableMixinClass |
ImmutableMixinClass.copyOf(org.glowroot.agent.weaving.PluginDetail.MixinClass instance)
Creates an immutable copy of a
PluginDetail.MixinClass value. |
ImmutableMixinClass |
ImmutableMixinClass.withBytes(byte... elements)
Copy the current immutable object with elements that replace the content of
bytes. |
ImmutableMixinClass |
ImmutableMixinClass.withInitMethodName(String value)
Copy the current immutable object by setting a value for the
initMethodName attribute. |
ImmutableMixinClass |
ImmutableMixinClass.withInterfaces(Iterable<? extends org.objectweb.asm.Type> elements)
Copy the current immutable object with elements that replace the content of
interfaces. |
ImmutableMixinClass |
ImmutableMixinClass.withInterfaces(org.objectweb.asm.Type... elements)
Copy the current immutable object with elements that replace the content of
interfaces. |
ImmutableMixinClass |
ImmutableMixinClass.withMixin(Mixin value)
Copy the current immutable object by setting a value for the
mixin attribute. |
ImmutableMixinClass |
ImmutableMixinClass.withType(org.objectweb.asm.Type value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.