Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.InnerTypeDefinition.ForType
-
Packages that use DynamicType.Builder.InnerTypeDefinition.ForType 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.ForType in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.InnerTypeDefinition.ForType Modifier and Type Class Description 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.ForType Modifier and Type Method Description DynamicType.Builder.InnerTypeDefinition.ForType<U>
DynamicType.Builder.AbstractBase.Adapter. 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<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(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. -
Uses of DynamicType.Builder.InnerTypeDefinition.ForType in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline that return DynamicType.Builder.InnerTypeDefinition.ForType Modifier and Type Method Description DynamicType.Builder.InnerTypeDefinition.ForType<T>
DecoratingDynamicTypeBuilder. innerTypeOf(TypeDescription type)
Defines this type as an inner type of the supplied type.
-