Uses of Class
net.bytebuddy.build.CachedReturnPlugin.AdviceResolver
-
Packages that use CachedReturnPlugin.AdviceResolver Package Description net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process. -
-
Uses of CachedReturnPlugin.AdviceResolver in net.bytebuddy.build
Methods in net.bytebuddy.build that return CachedReturnPlugin.AdviceResolver Modifier and Type Method Description protected static CachedReturnPlugin.AdviceResolver
CachedReturnPlugin.AdviceResolver. of(TypeDefinition typeDefinition)
Creates an advice resolver for a given type definition.static CachedReturnPlugin.AdviceResolver
CachedReturnPlugin.AdviceResolver. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CachedReturnPlugin.AdviceResolver[]
CachedReturnPlugin.AdviceResolver. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-