Uses of Class
org.glassfish.pfl.basic.logex.WrapperGenerator.ReturnType
-
Packages that use WrapperGenerator.ReturnType Package Description org.glassfish.pfl.basic.logex -
-
Uses of WrapperGenerator.ReturnType in org.glassfish.pfl.basic.logex
Methods in org.glassfish.pfl.basic.logex that return WrapperGenerator.ReturnType Modifier and Type Method Description (package private) static WrapperGenerator.ReturnTypeWrapperGenerator. classifyReturnType(java.lang.reflect.Method method)static WrapperGenerator.ReturnTypeWrapperGenerator.ReturnType. valueOf(java.lang.String name)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.ReturnType Modifier and Type Method Description (package private) static java.lang.ObjectWrapperGenerator. handleFullLogging(Log log, java.lang.reflect.Method method, WrapperGenerator.ReturnType rtype, java.util.logging.Logger logger, java.lang.String idPrefix, java.lang.Object[] messageParams, java.lang.Throwable cause, WrapperGenerator.Extension extension)
-