See: Description
Interface | Description |
---|---|
ClassFileLocator |
Locates a class file or its byte array representation when it is given its type description.
|
ClassFileLocator.Resolution |
Represents a class file as binary data.
|
ClassLoadingStrategy |
A strategy for loading a collection of types.
|
ClassLoadingStrategy.WithDefaultProtectionDomain |
A
ClassLoadingStrategy that applies a default ProtectionDomain . |
DynamicType |
A dynamic type that is created at runtime, usually as the result of applying a
DynamicType.Builder or as the result of an
AuxiliaryType . |
DynamicType.Builder<T> |
A builder for defining a dynamic type.
|
DynamicType.Builder.ExceptionDeclarableMethodInterception<S> |
Defines an instrumentation for a method that was added to this instrumentation and allows to include
exception declarations for the newly defined method.
|
DynamicType.Builder.FieldAnnotationTarget<S> |
A builder to which a field was just added such that attribute changes can be applied to this field.
|
DynamicType.Builder.FieldValueTarget<S> |
A builder to which a field was just added such that default values can be defined for the field.
|
DynamicType.Builder.MatchedMethodInterception<T> |
Defines an instrumentation for a method that was added to this instrumentation or a to method selection
of existing methods.
|
DynamicType.Builder.MethodAnnotationTarget<S> |
A builder to which a method was just added or an interception for existing methods was specified such that
attribute changes can be applied to these methods.
|
DynamicType.Builder.OptionalMatchedMethodInterception<S> |
An optional matched method interception allows to define an interception without requiring the definition
of an implementation.
|
DynamicType.Loaded<T> |
A dynamic type that has been loaded into the running instance of the Java virtual machine.
|
DynamicType.Unloaded<T> |
A dynamic type that has not yet been loaded by a given
ClassLoader . |
Class | Description |
---|---|
ClassFileLocator.AgentBased |
A Java agent that allows the location of class files by emulating a retransformation.
|
ClassFileLocator.AgentBased.ExtractionClassFileTransformer |
A non-operational class file transformer that remembers the binary format of a given class.
|
ClassFileLocator.Compound |
A compound
ClassFileLocator that chains several locators. |
ClassFileLocator.ForClassLoader |
A class file locator that queries a class loader for binary representations of class files.
|
ClassFileLocator.Resolution.Explicit |
Represents a byte array as binary data.
|
ClassLoadingStrategy.Default.ProtectionDomainInjection |
A class loading strategy which applies a class loader injection while applying a given
ProtectionDomain on class injection. |
ClassLoadingStrategy.Default.ProtectionDomainWrapper |
A class loading strategy which creates a wrapping class loader while applying a given
ProtectionDomain on class loading. |
DynamicType.Builder.AbstractBase<S> |
An abstract base implementation for a dynamic type builder.
|
DynamicType.Builder.AbstractBase.FieldToken |
A field token representing a latent field that is defined for the built dynamic type.
|
DynamicType.Builder.AbstractBase.MethodToken |
A method token representing a latent method that is defined for the built dynamic type.
|
DynamicType.Default |
A default implementation of a dynamic type.
|
DynamicType.Default.Loaded<T> |
A default implementation of a loaded dynamic type.
|
DynamicType.Default.Unloaded<T> |
A default implementation of an unloaded dynamic type.
|
TargetType |
This type is used as a place holder for creating methods or fields that refer to the type that currently subject
of creation within a
DynamicType.Builder . |
Enum | Description |
---|---|
ClassFileLocator.Resolution.Illegal |
A canonical representation of an illegal binary representation.
|
ClassLoadingStrategy.Default |
This class contains implementations of default class loading strategies.
|
DynamicType.Builder.FieldValueTarget.NumericRangeValidator |
A validator for assuring that a given value can be represented by a given primitive type.
|
Copyright © 2014–2015. All rights reserved.