Package net.bytebuddy.pool
Class TypePool.Default.AnnotationRegistrant.ForTypeVariable.WithIndex.DoubleIndexed
java.lang.Object
net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant.AbstractBase
net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable
net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex
net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex.DoubleIndexed
net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant.ForTypeVariable.WithIndex.DoubleIndexed
- All Implemented Interfaces:
TypePool.Default.AnnotationRegistrant
- Enclosing class:
- TypePool.Default.AnnotationRegistrant.ForTypeVariable.WithIndex
public static class TypePool.Default.AnnotationRegistrant.ForTypeVariable.WithIndex.DoubleIndexed
extends TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex.DoubleIndexed
An annotation collector for a type variable with two indices.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex
TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex.DoubleIndexed
Nested classes/interfaces inherited from class net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable
TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex
Nested classes/interfaces inherited from class net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant.AbstractBase
TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable
Nested classes/interfaces inherited from interface net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant
TypePool.Default.AnnotationRegistrant.AbstractBase, TypePool.Default.AnnotationRegistrant.ForByteCodeElement
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DoubleIndexed
(String descriptor, org.objectweb.asm.TypePath typePath, int index, int preIndex, Map<Integer, Map<Integer, Map<String, List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> doubleIndexedPathMap) Creates a new annotation collector. -
Method Summary
Methods inherited from class net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex.DoubleIndexed
getIndexedPathMap
Methods inherited from class net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex
getPathMap
Methods inherited from class net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable
getTokens
Methods inherited from class net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant.AbstractBase
onComplete, register
-
Field Details
-
Constructor Details
-
DoubleIndexed
protected DoubleIndexed(String descriptor, @MaybeNull org.objectweb.asm.TypePath typePath, int index, int preIndex, Map<Integer, Map<Integer, Map<String, List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> doubleIndexedPathMap) Creates a new annotation collector.- Parameters:
descriptor
- The annotation descriptor.typePath
- The type variable's type path.index
- The target index.preIndex
- The initial target index.doubleIndexedPathMap
- The target collection.
-
-
Method Details
-
getDoubleIndexedPathMap
protected Map<Integer,Map<Integer, getDoubleIndexedPathMap()Map<String, List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> Description copied from class:TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex.DoubleIndexed
Returns this collector's double indexed path map.- Specified by:
getDoubleIndexedPathMap
in classTypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex.DoubleIndexed
- Returns:
- This collector's double indexed path map.
-