Package com.broadleafcommerce.common.extension.reflection
package com.broadleafcommerce.common.extension.reflection
-
ClassDescriptionUtility class for managing API compatibility dynamically through reflection.Represents an argument that can be passed to methods or constructors, with an optional qualifier to determine if it should undergo qualification checks or processing.The Builder class is used to configure and compile constructors, methods, and fields that can later be invoked or manipulated in a dynamic and reflective way.TypeSafe 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'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.