Package com.broadleafcommerce.common.extension.reflection
package com.broadleafcommerce.common.extension.reflection
-
ClassDescriptionTypeSafe invocation of a method on a target object based on a method exposed from a example class.Supply a target object instance (i.e.Inspired by Spring's
ReflectionUtils
.Inspired by Java'sUndeclaredThrowableException
Thrown by a method invocation on a proxy instance if its invocation handler'sinvoke
method throws a checked exception (aThrowable
that is not assignable toRuntimeException
orError
) that is not assignable to any of the exception types declared in thethrows
clause of the method that was invoked on the proxy instance and dispatched to the invocation handler.