Package com.broadleafcommerce.common.extension.reflection
-
Interface Summary Interface Description InvocationUtils.Targetable<T> Supply a target object instance (i.e. -
Class Summary Class Description ApiVerificationUtils InvocationUtils TypeSafe invocation of a method on a target object based on a method exposed from a example class.InvocationUtils.ApiInterceptor InvocationUtils.TargetInterceptor ReflectionUtils Inspired by Spring'sReflectionUtils. -
Exception Summary Exception Description UndeclaredThrowableException Inspired by Java'sUndeclaredThrowableExceptionThrown by a method invocation on a proxy instance if its invocation handler'sinvokemethod throws a checked exception (aThrowablethat is not assignable toRuntimeExceptionorError) that is not assignable to any of the exception types declared in thethrowsclause of the method that was invoked on the proxy instance and dispatched to the invocation handler.