Uses of Interface
net.bytebuddy.pool.TypePool.Default.ComponentTypeLocator
-
Packages that use TypePool.Default.ComponentTypeLocator Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default.ComponentTypeLocator in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.Default.ComponentTypeLocator Modifier and Type Class Description static class
TypePool.Default.ComponentTypeLocator.ForAnnotationProperty
A component type locator that lazily analyses an annotation for resolving an annotation property's array value's component type.static class
TypePool.Default.ComponentTypeLocator.ForArrayType
A component type locator that locates an array type by a method's return value from its method descriptor.static class
TypePool.Default.ComponentTypeLocator.Illegal
A component type locator which cannot legally resolve an array's component type.Fields in net.bytebuddy.pool declared as TypePool.Default.ComponentTypeLocator Modifier and Type Field Description private TypePool.Default.ComponentTypeLocator
TypePool.Default.TypeExtractor.AnnotationExtractor. componentTypeLocator
A locator for the component type of any found annotation value.Constructors in net.bytebuddy.pool with parameters of type TypePool.Default.ComponentTypeLocator Constructor Description AnnotationExtractor(java.lang.String descriptor, int index, java.util.Map<java.lang.Integer,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>> annotationTokens, TypePool.Default.ComponentTypeLocator componentTypeLocator)
Creates a new annotation extractor for a byte code element with an index.AnnotationExtractor(java.lang.String descriptor, java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken> annotationTokens, TypePool.Default.ComponentTypeLocator componentTypeLocator)
Creates a new annotation extractor for a byte code element without an index.AnnotationExtractor(TypePool.Default.AnnotationRegistrant annotationRegistrant, TypePool.Default.ComponentTypeLocator componentTypeLocator)
Creates a new annotation extractor.
-