Package org.mvel2.util
Class ReflectionUtil
- java.lang.Object
-
- org.mvel2.util.ReflectionUtil
-
public class ReflectionUtil extends Object
Utilities for working with reflection.
-
-
Constructor Summary
Constructors Constructor Description ReflectionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetGetter(String s)static StringgetIsGetter(String s)static StringgetPropertyFromAccessor(String s)static StringgetSetter(String s)This new method 'slightly' outperforms the old method, it was essentially a perfect example of me wasting my time and a premature optimization.static booleanisAssignableFrom(Class<?> from, Class<?> to)static Class<?>toNonPrimitiveArray(Class<?> c)static Class<?>toNonPrimitiveType(Class<?> c)static Class<?>toPrimitiveArrayType(Class<?> c)
-