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
TypeDescriptions 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 enumDescribes a type that is not contained within another type, a method or a constructor.static classDescribes a type that is contained within a method or constructor.static classDescribes 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.TypeContainmentTypePool.Default.LazyTypeDescription.typeContainmentA definition of this type's containment within another type or method.TypePool.Default.TypeExtractor.typeContainmentThe declaration context found for this type.Constructors in net.bytebuddy.pool with parameters of type TypePool.Default.LazyTypeDescription.TypeContainmentModifierConstructorDescriptionprotectedLazyTypeDescription(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, TypePool.Default.LazyTypeDescription.ModuleToken moduleToken, 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.