Uses of Annotation Interface
net.bytebuddy.build.CachedReturnPlugin.CacheField

Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
  • Uses of CachedReturnPlugin.CacheField in net.bytebuddy.build

    Method parameters in net.bytebuddy.build with annotations of type CachedReturnPlugin.CacheField
    Modifier and Type
    Method
    Description
    protected static boolean
    CachedReturnPlugin$boolean.enter(boolean cached)
    The enter advice.
    protected static byte
    CachedReturnPlugin$byte.enter(byte cached)
    The enter advice.
    protected static char
    CachedReturnPlugin$char.enter(char cached)
    The enter advice.
    protected static double
    CachedReturnPlugin$double.enter(double cached)
    The enter advice.
    protected static float
    CachedReturnPlugin$float.enter(float cached)
    The enter advice.
    protected static int
    CachedReturnPlugin$int.enter(int cached)
    The enter advice.
    protected static long
    CachedReturnPlugin$long.enter(long cached)
    The enter advice.
    protected static Object
    CachedReturnPlugin$Object.enter(Object cached)
    The enter advice.
    protected static short
    CachedReturnPlugin$short.enter(short cached)
    The enter advice.
    protected static void
    CachedReturnPlugin$boolean.exit(boolean returned, boolean cached)
    The exit advice.
    protected static void
    CachedReturnPlugin$byte.exit(byte returned, byte cached)
    The exit advice.
    protected static void
    CachedReturnPlugin$char.exit(char returned, char cached)
    The exit advice.
    protected static void
    CachedReturnPlugin$double.exit(double returned, double cached)
    The exit advice.
    protected static void
    CachedReturnPlugin$float.exit(float returned, float cached)
    The exit advice.
    protected static void
    CachedReturnPlugin$int.exit(int returned, int cached)
    The exit advice.
    protected static void
    CachedReturnPlugin$long.exit(long returned, long cached)
    The exit advice.
    protected static void
    CachedReturnPlugin$Object.exit(Object returned, Object cached)
    The exit advice.
    protected static void
    CachedReturnPlugin$short.exit(short returned, short cached)
    The exit advice.