Package | Description |
---|---|
net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescription s without
loading any classes. |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TypePool.Default.LazyTypeDescription.MethodToken> |
TypePool.Default.LazyTypeDescription.methodTokens
A list of method tokens describing the method's of this type.
|
private java.util.List<TypePool.Default.LazyTypeDescription.MethodToken> |
TypePool.Default.TypeExtractor.methodTokens
A list of method tokens describing annotations that are found on the visited type.
|
Constructor and Description |
---|
LazyTypeDescription(TypePool typePool,
int actualModifiers,
int modifiers,
java.lang.String name,
java.lang.String superClassInternalName,
java.lang.String[] interfaceInternalName,
java.lang.String genericSignature,
TypePool.Default.LazyTypeDescription.TypeContainment typeContainment,
java.lang.String declaringTypeInternalName,
java.util.List<java.lang.String> declaredTypes,
boolean anonymousType,
java.lang.String nestHostInternalName,
java.util.List<java.lang.String> nestMemberInternalNames,
java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> superTypeAnnotationTokens,
java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> typeVariableAnnotationTokens,
java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> typeVariableBoundsAnnotationTokens,
java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken> annotationTokens,
java.util.List<TypePool.Default.LazyTypeDescription.FieldToken> fieldTokens,
java.util.List<TypePool.Default.LazyTypeDescription.MethodToken> methodTokens)
Creates a new lazy type description.
|