Package microsim.reflection
Class ReflectionUtils
java.lang.Object
microsim.reflection.ReflectionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisDoubleSource(Class<?> trgClass, String varName, boolean isMethod) static booleanisFloatSource(Class<?> trgClass, String varName, boolean isMethod) static booleanisIntSource(Class<?> trgClass, String varName, boolean isMethod) static booleanisLongSource(Class<?> trgClass, String varName, boolean isMethod) static booleanisStringSource(Class<?> trgClass, String varName, boolean isMethod) static FieldsearchField(Class<?> trgClass, String fieldName) static MethodsearchMethod(Class<?> trgClass, String methodName)
-
Constructor Details
-
ReflectionUtils
public ReflectionUtils()
-
-
Method Details
-
isStringSource
-
isDoubleSource
-
isLongSource
-
isFloatSource
-
isIntSource
-
searchField
-
searchMethod
-