See: Description
Interface | Description |
---|---|
ClassLoadingStrategy |
A strategy for loading a collection of types.
|
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 |
---|---|
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 |
---|---|
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. All rights reserved.