Uses of Class
net.bytebuddy.build.CachedReturnPlugin.Enhance
-
Packages that use CachedReturnPlugin.Enhance Package Description net.bytebuddy Byte Buddy is a library for creating Java classes at runtime of a Java program.net.bytebuddy.description.annotation Contains descriptions of annotations and annotation values.net.bytebuddy.description.enumeration A package that contains classes for describing enumeration values.net.bytebuddy.description.field Contains descriptions of Java fields.net.bytebuddy.description.method Contains descriptions of Java methods and constructors as well as their parameters.net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes.net.bytebuddy.utility 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 Modifier and Type Method Description int
TypeCache.SimpleKey. hashCode()
static ClassFileVersion
ClassFileVersion. ofThisVm()
Finds the highest class file version that is compatible to the current JVM version. -
Uses of CachedReturnPlugin.Enhance in net.bytebuddy.description.annotation
Methods in net.bytebuddy.description.annotation with annotations of type CachedReturnPlugin.Enhance Modifier and Type Method Description int
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 Modifier and Type Method Description int
EnumerationDescription.AbstractBase. hashCode()
-
Uses of CachedReturnPlugin.Enhance in net.bytebuddy.description.field
Methods in net.bytebuddy.description.field with annotations of type CachedReturnPlugin.Enhance Modifier and Type Method Description AnnotationList
FieldDescription.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.Enhance Modifier and Type Method Description AnnotationList
MethodDescription.ForLoadedConstructor. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
MethodDescription.ForLoadedMethod. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.java.lang.annotation.Annotation[][]
MethodDescription.ForLoadedConstructor. getParameterAnnotations()
Returns the parameter annotations represented by this source.java.lang.annotation.Annotation[][]
MethodDescription.ForLoadedMethod. getParameterAnnotations()
Returns the parameter annotations represented by this source.ParameterList<ParameterDescription.InDefinedShape>
MethodDescription.ForLoadedConstructor. getParameters()
Returns a list of this method's parameters.ParameterList<ParameterDescription.InDefinedShape>
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.Enhance Modifier and Type Method Description TypeDescription
TypeDescription.SuperTypeLoading.ClassLoadingTypeProjection. asErasure()
Returns the erasure of this type.protected TypeDescription
TypeDescription.ForLoadedType.ClassDescriptionTypeList.InternalNameLazyType. delegate()
AnnotationList
TypeDescription.ForLoadedType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.FieldList<FieldDescription.InDefinedShape>
TypeDescription.ForLoadedType. getDeclaredFields()
Returns the fields that this type declares.MethodList<MethodDescription.InDefinedShape>
TypeDescription.ForLoadedType. getDeclaredMethods()
Returns the methods that this type declares.TypeList.Generic
TypeDescription.SuperTypeLoading.ClassLoadingTypeProjection. getInterfaces()
Returns the interfaces that this type implements.TypeDescription.Generic
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.Enhance Modifier and Type Method Description int
Implementation.SpecialMethodInvocation.AbstractBase. hashCode()
-
Uses of CachedReturnPlugin.Enhance in net.bytebuddy.pool
Methods in net.bytebuddy.pool with annotations of type CachedReturnPlugin.Enhance Modifier and Type Method Description TypeDescription
TypePool.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,java.lang.annotation.Annotation>
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForAnnotationValue. doResolve()
protected AnnotationValue<EnumerationDescription,java.lang.Enum<?>>
TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForEnumerationValue. doResolve()
protected AnnotationValue<TypeDescription,java.lang.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.Enhance Modifier and Type Method Description boolean
JavaType. isAvailable()
Returnstrue
if this type is available on the current JVM.java.lang.Class<?>
JavaType. load()
Loads the class that is represented by this Java type.
-