Uses of Class
org.codehaus.plexus.util.reflection.ReflectorException
Packages that use ReflectorException
-
Uses of ReflectorException in org.codehaus.plexus.util.reflection
Methods in org.codehaus.plexus.util.reflection that throw ReflectorExceptionModifier and TypeMethodDescriptionprivate Method
Reflector._getMethod
(Class targetClass, String methodName, Class[] params) <T> Constructor<T>
Reflector.getConstructor
(Class<T> targetClass, Class[] params) Return the constructor, checking the cache first and storing in cache if not already there..private <T> Map<String,
Constructor<T>> Reflector.getConstructorMap
(Class<T> theClass) Retrieve the cache of constructors for the specified class.Return the method, checking the cache first and storing in cache if not already there..Reflector.getMethodMap
(Class theClass, String methodName) Retrieve the cache of methods for the specified class and method name.Reflector.getObjectProperty
(Object target, String propertyName) <T> T
Reflector.getSingleton
(Class<T> theClass, Object[] initParams) Retrieve the singleton instance of a class, given the array of parameters...Reflector.getStaticField
(Class targetClass, String fieldName) Invoke the specified method on the specified target with the specified params...Reflector.invokeStatic
(Class targetClass, String methodName, Object[] params) Invoke the specified static method with the specified params...<T> T
Reflector.newInstance
(Class<T> theClass, Object[] params) Create a new instance of a class, given the array of parameters...