This class contains several transformers for used during method invocation.
Type Params | Return Type | Name and description |
---|---|---|
|
protected static MethodHandle |
addTransformer(MethodHandle handle, int pos, Object arg, Class parameter) Adds a type transformer applied at runtime. |
|
static MethodHandle |
applyUnsharpFilter(MethodHandle handle, int pos, MethodHandle transformer) Apply a transformer as filter. |
Adds a type transformer applied at runtime. This method handles transformations to String from GString, array transformations and number based transformations
Apply a transformer as filter. The filter may not match exactly in the types. In this case needed additional type transformations are done by MethodHandle.asType