| Package | Description |
|---|---|
| org.glowroot.agent.weaving |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLazyDefinedClass |
ImmutableLazyDefinedClass.Builder.build()
Builds a new
ImmutableLazyDefinedClass. |
static ImmutableLazyDefinedClass |
ImmutableLazyDefinedClass.copyOf(org.glowroot.agent.weaving.ClassLoaders.LazyDefinedClass instance)
Creates an immutable copy of a
ClassLoaders.LazyDefinedClass value. |
ImmutableLazyDefinedClass |
ImmutableLazyDefinedClass.withBytes(byte... elements)
Copy the current immutable object with elements that replace the content of
bytes. |
ImmutableLazyDefinedClass |
ImmutableLazyDefinedClass.withDependencies(org.glowroot.agent.weaving.ClassLoaders.LazyDefinedClass... elements)
Copy the current immutable object with elements that replace the content of
dependencies. |
ImmutableLazyDefinedClass |
ImmutableLazyDefinedClass.withDependencies(Iterable<? extends org.glowroot.agent.weaving.ClassLoaders.LazyDefinedClass> elements)
Copy the current immutable object with elements that replace the content of
dependencies. |
ImmutableLazyDefinedClass |
ImmutableLazyDefinedClass.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.