Package pamViewFX.fxNodes.pamAxis
Class ReflectionUtils
java.lang.Object
pamViewFX.fxNodes.pamAxis.ReflectionUtils
Created with IntelliJ IDEA.
User: Pedro
Date: 11-09-2013
Time: 23:21
To change this template use File | Settings | File Templates.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
forceFieldCall
(Class classInstance, String fieldName, Object source) static Object
forceMethodCall
(Class classInstance, String methodName, Object source, Class[] paramTypes, Object[] params) static Object
forceMethodCall
(Class classInstance, String methodName, Object source, Object... params)
-
Constructor Details
-
ReflectionUtils
public ReflectionUtils()
-
-
Method Details
-
forceMethodCall
-
forceMethodCall
-
forceFieldCall
-