Uses of Enum
org.glassfish.pfl.basic.logex.WrapperGenerator.ReturnType
Packages that use WrapperGenerator.ReturnType
-
Uses of WrapperGenerator.ReturnType in org.glassfish.pfl.basic.logex
Methods in org.glassfish.pfl.basic.logex that return WrapperGenerator.ReturnTypeModifier and TypeMethodDescription(package private) static WrapperGenerator.ReturnType
WrapperGenerator.classifyReturnType
(Method method) static WrapperGenerator.ReturnType
Returns the enum constant of this type with the specified name.static WrapperGenerator.ReturnType[]
WrapperGenerator.ReturnType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.pfl.basic.logex with parameters of type WrapperGenerator.ReturnTypeModifier and TypeMethodDescription(package private) static Object
WrapperGenerator.handleFullLogging
(Log log, Method method, WrapperGenerator.ReturnType rtype, Logger logger, String idPrefix, Object[] messageParams, Throwable cause, WrapperGenerator.Extension extension)