Package eu.bandm.tools.util
Class OperatorsReflect
java.lang.Object
eu.bandm.tools.util.OperatorsReflect
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <O> Operators.Fun<Object[],
O> constructor
(Class<? extends O> objType, Class<?>... paramTypes) Deprecated.static <O> Operators.Fun<Object[],
O> constructor
(Constructor<? extends O> cons) Deprecated.static <O,
F> Operators.Fun<O, F> Deprecated.static <O,
F> Operators.Fun<O, F> Deprecated.static <O,
R> Operators.Fun<O, R> Deprecated.static <O,
R> Operators.Fun<O, R> method
(Class<? super O> objType, Class<? extends R> returnType, String methodName, Object... params) Deprecated.static <R> Operators.Fun<Object[],
R> Deprecated.static <R> Operators.Fun<Object[],
R> Deprecated.static <R> Operators.Fun<Object[],
R> methodStatic
(Class<?> objType, Class<? extends R> returnType, String methodName, Class<?>... paramTypes) Deprecated.
-
Constructor Details
-
OperatorsReflect
public OperatorsReflect()Deprecated.
-
-
Method Details
-
field
public static <O,F> Operators.Fun<O,F> field(Class<? super O> objType, Class<? extends F> fldType, String fldName) Deprecated. -
field
public static <O,F> Operators.Fun<O,F> field(Class<? super O> objType, Class<? extends F> fldType, Field fld) Deprecated. -
constructor
public static <O> Operators.Fun<Object[],O> constructor(Class<? extends O> objType, Class<?>... paramTypes) Deprecated. -
constructor
Deprecated. -
method
public static <O,R> Operators.Fun<O,R> method(Class<? super O> objType, Class<? extends R> returnType, String methodName, Object... params) Deprecated. -
method
public static <O,R> Operators.Fun<O,R> method(Class<? super O> objType, Class<? extends R> returnType, Method method, Object... params) Deprecated. -
method
public static <R> Operators.Fun<Object[],R> method(Object obj, Class<? extends R> returnType, String methodName, Class<?>... paramTypes) Deprecated. -
methodStatic
public static <R> Operators.Fun<Object[],R> methodStatic(Class<?> objType, Class<? extends R> returnType, String methodName, Class<?>... paramTypes) Deprecated. -
method
public static <R> Operators.Fun<Object[],R> method(Object obj, Class<? extends R> returnType, Method method) Deprecated.
-