Uses of Class
com.headius.invokebinder.SmartBinder
Packages that use SmartBinder
-
Uses of SmartBinder in com.headius.invokebinder
Methods in com.headius.invokebinder that return SmartBinderModifier and TypeMethodDescriptionSmartBinder.castReturn
(Class type) Permute all parameters except the names given.SmartBinder.filterReturn
(SmartHandle filter) SmartBinder.filterReturn
(MethodHandle filter) SmartBinder.fold
(String newName, SmartHandle function) SmartBinder.fold
(String newName, MethodHandle function) SmartBinder.foldStatic
(String newName, Class target, String method) SmartBinder.foldStatic
(String newName, MethodHandles.Lookup lookup, Class target, String method) SmartBinder.foldVirtual
(String newName, MethodHandles.Lookup lookup, String method) SmartBinder.foldVirtual
(String newName, String method) SmartBinder.foldVoid
(SmartHandle function) SmartBinder.foldVoid
(MethodHandle function) static SmartBinder
static SmartBinder
SmartBinder.from
(MethodHandles.Lookup lookup, Signature inbound) SmartBinder.printSignature()
Spread a trailing Object[] into the specified argument types.Constructors in com.headius.invokebinder with parameters of type SmartBinderModifierConstructorDescriptionprivate
SmartBinder
(SmartBinder original, Signature next, Binder binder)