Uses of Annotation Interface
net.bytebuddy.build.CachedReturnPlugin.Enhance
Packages that use CachedReturnPlugin.Enhance
Package
Description
Byte Buddy is a library for creating Java classes at runtime of a Java program.
Contains descriptions of annotations and annotation values.
A package that contains classes for describing enumeration values.
Contains descriptions of Java fields.
Contains descriptions of Java methods and constructors as well as their parameters.
Contains descriptions of Java types and packages.
The implementation package contains any logic for intercepting method calls.
StackManipulation
s of this package are responsible for
accessing type or method members, i.e.Classes of this package allow for the creating
TypeDescription
s without
loading any classes.This package contains utility classes for common use within any Byte Buddy logic.
-
Uses of CachedReturnPlugin.Enhance in net.bytebuddy
Methods in net.bytebuddy with annotations of type CachedReturnPlugin.Enhance -
Uses of CachedReturnPlugin.Enhance in net.bytebuddy.description.annotation
Methods in net.bytebuddy.description.annotation with annotations of type CachedReturnPlugin.EnhanceModifier and TypeMethodDescriptionint
AnnotationDescription.AbstractBase.hashCode()
int
AnnotationDescription.AnnotationInvocationHandler.hashCode()
int
AnnotationValue.ForConstant.hashCode()
int
AnnotationValue.ForConstant.Loaded.hashCode()
int
AnnotationValue.ForDescriptionArray.hashCode()
int
AnnotationValue.ForDescriptionArray.Loaded.hashCode()
-
Uses of CachedReturnPlugin.Enhance in net.bytebuddy.description.enumeration
Methods in net.bytebuddy.description.enumeration with annotations of type CachedReturnPlugin.Enhance -
Uses of CachedReturnPlugin.Enhance in net.bytebuddy.description.field
Methods in net.bytebuddy.description.field with annotations of type CachedReturnPlugin.EnhanceModifier and TypeMethodDescriptionFieldDescription.ForLoadedField.getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.int
FieldDescription.AbstractBase.hashCode()
int
FieldDescription.SignatureToken.hashCode()
int
FieldDescription.Token.hashCode()
-
Uses of CachedReturnPlugin.Enhance in net.bytebuddy.description.method
Methods in net.bytebuddy.description.method with annotations of type CachedReturnPlugin.EnhanceModifier and TypeMethodDescriptionMethodDescription.ForLoadedConstructor.getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.MethodDescription.ForLoadedMethod.getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.int
ParameterDescription.AbstractBase.getOffset()
Returns the offset to the parameter value within the local method variable.Annotation[][]
MethodDescription.ForLoadedConstructor.getParameterAnnotations()
Returns the parameter annotations represented by this source.Annotation[][]
MethodDescription.ForLoadedMethod.getParameterAnnotations()
Returns the parameter annotations represented by this source.MethodDescription.ForLoadedConstructor.getParameters()
Returns a list of this method's parameters.MethodDescription.ForLoadedMethod.getParameters()
Returns a list of this method's parameters.int
MethodDescription.AbstractBase.hashCode()
int
MethodDescription.SignatureToken.hashCode()
int
MethodDescription.Token.hashCode()
int
MethodDescription.TypeToken.hashCode()
int
ParameterDescription.AbstractBase.hashCode()
int
ParameterDescription.Token.hashCode()
-
Uses of CachedReturnPlugin.Enhance in net.bytebuddy.description.type
Methods in net.bytebuddy.description.type with annotations of type CachedReturnPlugin.EnhanceModifier and TypeMethodDescriptionTypeDescription.SuperTypeLoading.ClassLoadingTypeProjection.asErasure()
Returns the erasure of this type.TypeDescription.ForLoadedType.getClassFileVersion()
TypeDescription.ForLoadedType.getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.TypeDescription.ForLoadedType.getDeclaredFields()
Returns the fields that this type declares.TypeDescription.ForLoadedType.getDeclaredMethods()
Returns the methods that this type declares.TypeDescription.SuperTypeLoading.ClassLoadingTypeProjection.getInterfaces()
Returns the interfaces that this type implements.TypeDescription.SuperTypeLoading.ClassLoadingTypeProjection.getSuperClass()
Returns the super class of this type.int
RecordComponentDescription.Token.hashCode()
int
TypeDescription.AbstractBase.hashCode()
int
TypeDescription.Generic.LazyProjection.hashCode()
int
TypeDescription.Generic.OfGenericArray.hashCode()
int
TypeDescription.Generic.OfNonGenericType.hashCode()
int
TypeDescription.Generic.OfParameterizedType.hashCode()
int
TypeDescription.Generic.OfTypeVariable.hashCode()
int
TypeDescription.Generic.OfWildcardType.hashCode()
int
TypeVariableToken.hashCode()
protected TypeDescription.Generic
TypeDescription.Generic.LazyProjection.ForLoadedFieldType.resolve()
protected TypeDescription.Generic
TypeDescription.Generic.LazyProjection.ForLoadedReturnType.resolve()
protected TypeDescription.Generic
TypeDescription.Generic.LazyProjection.ForLoadedSuperClass.resolve()
Resolves the actual generic type.protected TypeDescription.Generic
TypeDescription.Generic.LazyProjection.OfConstructorParameter.resolve()
protected TypeDescription.Generic
TypeDescription.Generic.LazyProjection.OfMethodParameter.resolve()
protected TypeDescription.Generic
TypeDescription.Generic.LazyProjection.OfRecordComponent.resolve()
protected TypeDescription.Generic
TypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceType.resolve()
protected TypeDescription.Generic
TypeDescription.Generic.LazyProjection.WithLazyNavigation.LazySuperClass.resolve()
protected TypeDescription.Generic
TypeDescription.Generic.LazyProjection.WithResolvedErasure.resolve()
protected TypeDescription.Generic
TypeList.Generic.OfConstructorExceptionTypes.TypeProjection.resolve()
protected TypeDescription.Generic
TypeList.Generic.OfLoadedInterfaceTypes.TypeProjection.resolve()
protected TypeDescription.Generic
TypeList.Generic.OfMethodExceptionTypes.TypeProjection.resolve()
-
Uses of CachedReturnPlugin.Enhance in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation with annotations of type CachedReturnPlugin.EnhanceModifier and TypeMethodDescriptionint
Implementation.SpecialMethodInvocation.AbstractBase.hashCode()
-
Uses of CachedReturnPlugin.Enhance in net.bytebuddy.implementation.bytecode.member
Methods in net.bytebuddy.implementation.bytecode.member with annotations of type CachedReturnPlugin.EnhanceModifier and TypeMethodDescriptionstatic StackManipulation
MethodVariableAccess.loadThis()
Loads a reference to thethis
reference what is only meaningful for a non-static method. -
Uses of CachedReturnPlugin.Enhance in net.bytebuddy.pool
Methods in net.bytebuddy.pool with annotations of type CachedReturnPlugin.EnhanceModifier and TypeMethodDescriptionTypePool.Default.LazyTypeDescription.TokenizedGenericType.asErasure()
Returns the erasure of this type.protected TypeDescription
TypePool.Default.WithLazyResolution.LazyTypeDescription.delegate()
protected TypeDescription
TypePool.LazyFacade.LazyTypeDescription.delegate()
protected AnnotationValue
<AnnotationDescription, Annotation> TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForAnnotationValue.doResolve()
protected AnnotationValue
<Object, Object> TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForArray.doResolve()
protected AnnotationValue
<EnumerationDescription, Enum<?>> TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForEnumerationValue.doResolve()
protected AnnotationValue
<TypeDescription, Class<?>> TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForTypeValue.doResolve()
int
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.hashCode()
protected TypeDescription.Generic
TypePool.Default.LazyTypeDescription.TokenizedGenericType.resolve()
-
Uses of CachedReturnPlugin.Enhance in net.bytebuddy.utility
Methods in net.bytebuddy.utility with annotations of type CachedReturnPlugin.EnhanceModifier and TypeMethodDescriptionprivate Boolean
JavaType.doIsAvailable()
Returnstrue
if this type is available on the current VM.static FileSystem
FileSystem.getInstance()
Returns theFileSystem
instance to use.Class
<?> JavaType.load()
Loads the class that is represented by this Java type.