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.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.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 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.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. -
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. -
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.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.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.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.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()
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.
-