Uses of Interface
org.glassfish.pfl.dynamic.codegen.spi.ModifiableMethod
-
Packages that use ModifiableMethod Package Description org.glassfish.pfl.dynamic.codegen.spi -
-
Uses of ModifiableMethod in org.glassfish.pfl.dynamic.codegen.spi
Methods in org.glassfish.pfl.dynamic.codegen.spi with parameters of type ModifiableMethod Modifier and Type Method Description void
Interceptor. handleMethod(ModifiableMethod method)
Invoked after handleClass for each method defined in the class passed into the GenericClass constructor called with the classdata.
-