Package microsim.reflection
Class ReflectionUtils
java.lang.Object
microsim.reflection.ReflectionUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isDoubleSource
(@Nullable Class<?> targetClass, @NonNull String varName, boolean isMethod) static boolean
isIntSource
(@Nullable Class<?> targetClass, @NonNull String varName, boolean isMethod) static boolean
isLongSource
(@Nullable Class<?> targetClass, @NonNull String varName, boolean isMethod) static boolean
isStringSource
(@Nullable Class<?> targetClass, @NonNull String varName, boolean isMethod) static @Nullable Field
searchField
(@Nullable Class<?> targetClass, @NonNull String fieldName) static @Nullable Method
searchMethod
(@Nullable Class<?> targetClass, @NonNull String methodName)
-
Constructor Details
-
ReflectionUtils
public ReflectionUtils()
-
-
Method Details
-
isStringSource
-
isDoubleSource
-
isLongSource
-
isIntSource
-
searchField
-
searchMethod
-