Uses of Class
com.headius.invokebinder.transform.Transform
Packages that use Transform
-
Uses of Transform in com.headius.invokebinder
Fields in com.headius.invokebinder with type parameters of type TransformMethods in com.headius.invokebinder with parameters of type TransformModifier and TypeMethodDescriptionprivate voidAdd a Transform to the chain.private voidBinder.add(Transform transform, MethodType target) Add a Transform with an associated MethodType target to the chain.Constructors in com.headius.invokebinder with parameters of type TransformModifierConstructorDescriptionConstruct a new Binder using the given invokebinder plus an additional transformBinder(Binder source, Transform transform, MethodType type) Construct a new Binder using the given invokebinder plus an additional transform and current type -
Uses of Transform in com.headius.invokebinder.transform
Subclasses of Transform in com.headius.invokebinder.transformModifier and TypeClassDescriptionclassA casting transform.classAn exception-handling transform.classAn argument-boxing transform with a fixed incoming size.classAn argument conversion transform.classAn argument drop transform.classAn argument-filtering transform.classAn return-filtering transform.classAn argument-folding transform.classAn argument insertion transform.classA permutation transform.classAn array-spreading transform.classAn try-finally transform.classAn argument-boxing transform.