Package | Description |
---|---|
net.bytebuddy.dynamic |
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
|
net.bytebuddy.dynamic.scaffold.inline |
All classes and types in this package are related to creating a
DynamicType by
enhancing a given type. |
Modifier and Type | Class and Description |
---|---|
protected class |
DynamicType.Builder.AbstractBase.Adapter.InnerTypeDefinitionForTypeAdapter
An adapter for applying an inner type definition for an outer type.
|
Modifier and Type | Method and Description |
---|---|
DynamicType.Builder.InnerTypeDefinition.ForType<T> |
DynamicType.Builder.innerTypeOf(java.lang.Class<?> type)
Defines this type as an inner type of the supplied type.
|
DynamicType.Builder.InnerTypeDefinition.ForType<S> |
DynamicType.Builder.AbstractBase.innerTypeOf(java.lang.Class<?> type)
Defines this type as an inner type of the supplied type.
|
DynamicType.Builder.InnerTypeDefinition.ForType<T> |
DynamicType.Builder.innerTypeOf(TypeDescription type)
Defines this type as an inner type of the supplied type.
|
DynamicType.Builder.InnerTypeDefinition.ForType<U> |
DynamicType.Builder.AbstractBase.Delegator.innerTypeOf(TypeDescription type)
Defines this type as an inner type of the supplied type.
|
DynamicType.Builder.InnerTypeDefinition.ForType<U> |
DynamicType.Builder.AbstractBase.Adapter.innerTypeOf(TypeDescription type)
Defines this type as an inner type of the supplied type.
|
Modifier and Type | Method and Description |
---|---|
DynamicType.Builder.InnerTypeDefinition.ForType<T> |
DecoratingDynamicTypeBuilder.innerTypeOf(TypeDescription type)
Defines this type as an inner type of the supplied type.
|