Interface InvokeUtil
public interface InvokeUtil
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T> Tcall(Collection _collection, String _property, Object... _objects) static <T> TcallMethod(Class<?> _class, String _method, Object... objects) static <T> TcallMethod(Object object, Method method, Object... objects) static <T> TcallMethod(Object object, String _method, Object... objects) static <T> TcallMethod(Method method, Object... objects) static <T> TcollectionField(Collection _collection, String _property) getAllField(Object _object, String... _keys) static <T> Tstatic <T> Tstatic <T> TsetAllField(Object object, Map<String, Object> map) static <T> Tstatic <T> Tstatic <T> TsetField(Object object, String property, Object param, org.brijframework.util.support.ReflectionAccess accessLevel)
-
Method Details
-
call
-
collectionField
-
callMethod
-
callMethod
-
callMethod
-
callMethod
-
getField
-
setAllField
-
getField
-
getAllField
-
setField
-
setField
-
setField
-