Uses of Interface
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.TypeContainment
Packages that use TypePool.Default.LazyTypeDescription.TypeContainment
Package
Description
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.-
Uses of TypePool.Default.LazyTypeDescription.TypeContainment in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.Default.LazyTypeDescription.TypeContainmentModifier and TypeClassDescriptionstatic enum
Describes a type that is not contained within another type, a method or a constructor.static class
Describes a type that is contained within a method or constructor.static class
Describes a type that is contained within another type.Fields in net.bytebuddy.pool declared as TypePool.Default.LazyTypeDescription.TypeContainmentModifier and TypeFieldDescriptionprivate final TypePool.Default.LazyTypeDescription.TypeContainment
TypePool.Default.LazyTypeDescription.typeContainment
A definition of this type's containment within another type or method.TypePool.Default.TypeExtractor.typeContainment
The declaration context found for this type.Constructors in net.bytebuddy.pool with parameters of type TypePool.Default.LazyTypeDescription.TypeContainmentModifierConstructorDescriptionprotected
LazyTypeDescription
(TypePool typePool, int actualModifiers, int modifiers, String name, String superClassInternalName, String[] interfaceInternalName, String genericSignature, TypePool.Default.LazyTypeDescription.TypeContainment typeContainment, String declaringTypeInternalName, List<String> declaredTypes, boolean anonymousType, String nestHostInternalName, List<String> nestMemberInternalNames, Map<String, List<TypePool.Default.LazyTypeDescription.AnnotationToken>> superClassAnnotationTokens, Map<Integer, Map<String, List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> interfaceAnnotationTokens, Map<Integer, Map<String, List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> typeVariableAnnotationTokens, Map<Integer, Map<Integer, Map<String, List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> typeVariableBoundsAnnotationTokens, List<TypePool.Default.LazyTypeDescription.AnnotationToken> annotationTokens, List<TypePool.Default.LazyTypeDescription.FieldToken> fieldTokens, List<TypePool.Default.LazyTypeDescription.MethodToken> methodTokens, List<TypePool.Default.LazyTypeDescription.RecordComponentToken> recordComponentTokens, List<String> permittedSubclasses, ClassFileVersion classFileVersion) Creates a new lazy type description.