Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.InnerTypeDefinition
-
Packages that use DynamicType.Builder.InnerTypeDefinition 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 aDynamicType
by enhancing a given type. -
-
Uses of DynamicType.Builder.InnerTypeDefinition in net.bytebuddy.dynamic
Subinterfaces of DynamicType.Builder.InnerTypeDefinition in net.bytebuddy.dynamic Modifier and Type Interface Description static interface
DynamicType.Builder.InnerTypeDefinition.ForType<U>
An inner type definition for defining a type that is contained within another type.Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.InnerTypeDefinition Modifier and Type Class Description protected class
DynamicType.Builder.AbstractBase.Adapter.InnerTypeDefinitionForMethodAdapter
An adapter for applying an inner type definition for an outer method or constructor.protected class
DynamicType.Builder.AbstractBase.Adapter.InnerTypeDefinitionForTypeAdapter
An adapter for applying an inner type definition for an outer type.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.InnerTypeDefinition Modifier and Type Method Description DynamicType.Builder.InnerTypeDefinition<U>
DynamicType.Builder.AbstractBase.Adapter. innerTypeOf(MethodDescription.InDefinedShape methodDescription)
Defines this type as an inner type that was declared within the supplied method or constructor.DynamicType.Builder.InnerTypeDefinition<U>
DynamicType.Builder.AbstractBase.Delegator. innerTypeOf(MethodDescription.InDefinedShape methodDescription)
Defines this type as an inner type that was declared within the supplied method or constructor.DynamicType.Builder.InnerTypeDefinition<S>
DynamicType.Builder.AbstractBase. innerTypeOf(java.lang.reflect.Constructor<?> constructor)
Defines this type as an inner type that was declared within the supplied constructor.DynamicType.Builder.InnerTypeDefinition<S>
DynamicType.Builder.AbstractBase. innerTypeOf(java.lang.reflect.Method method)
Defines this type as an inner type that was declared within the supplied method.DynamicType.Builder.InnerTypeDefinition<T>
DynamicType.Builder. innerTypeOf(java.lang.reflect.Constructor<?> constructor)
Defines this type as an inner type that was declared within the supplied constructor.DynamicType.Builder.InnerTypeDefinition<T>
DynamicType.Builder. innerTypeOf(java.lang.reflect.Method method)
Defines this type as an inner type that was declared within the supplied method.DynamicType.Builder.InnerTypeDefinition<T>
DynamicType.Builder. innerTypeOf(MethodDescription.InDefinedShape methodDescription)
Defines this type as an inner type that was declared within the supplied method or constructor. -
Uses of DynamicType.Builder.InnerTypeDefinition in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline that return DynamicType.Builder.InnerTypeDefinition Modifier and Type Method Description DynamicType.Builder.InnerTypeDefinition<T>
DecoratingDynamicTypeBuilder. innerTypeOf(MethodDescription.InDefinedShape methodDescription)
Defines this type as an inner type that was declared within the supplied method or constructor.
-