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
Subclasses with type arguments of type CachedReturnPlugin.AdviceResolver in net.bytebuddy.buildModifier and TypeClassDescriptionprotected static enumA resolver forAdvicethat caches a method's return type.Methods in net.bytebuddy.build that return CachedReturnPlugin.AdviceResolverModifier and TypeMethodDescriptionprotected static CachedReturnPlugin.AdviceResolverCachedReturnPlugin.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.