Uses of Enum
net.bytebuddy.build.CachedReturnPlugin.AdviceResolver
Packages that use CachedReturnPlugin.AdviceResolver
Package
Description
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.AdviceResolverModifier and TypeMethodDescriptionprotected static CachedReturnPlugin.AdviceResolver
CachedReturnPlugin.AdviceResolver.of
(TypeDefinition typeDefinition) Creates an advice resolver for a given type definition.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.