Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.InnerTypeDefinition.ForType
Packages that use DynamicType.Builder.InnerTypeDefinition.ForType
Package
Description
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.
All classes and types in this package are related to creating a
DynamicType
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.ForTypeModifier and TypeClassDescriptionprotected class
An adapter for applying an inner type definition for an outer type.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.InnerTypeDefinition.ForTypeModifier and TypeMethodDescriptionDynamicType.Builder.AbstractBase.Adapter.innerTypeOf
(TypeDescription type) Defines this type as an inner type of the supplied type.DynamicType.Builder.AbstractBase.Delegator.innerTypeOf
(TypeDescription type) Defines this type as an inner type of the supplied type.DynamicType.Builder.AbstractBase.innerTypeOf
(Class<?> type) Defines this type as an inner type of the supplied type.DynamicType.Builder.innerTypeOf
(Class<?> type) Defines this type as an inner type of the supplied type.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.ForTypeModifier and TypeMethodDescriptionDecoratingDynamicTypeBuilder.innerTypeOf
(TypeDescription type) Defines this type as an inner type of the supplied type.