Uses of Interface
com.broadleafcommerce.common.extension.reflection.InvocationUtils.Targetable
-
Packages that use InvocationUtils.Targetable Package Description com.broadleafcommerce.common.extension.reflection -
-
Uses of InvocationUtils.Targetable in com.broadleafcommerce.common.extension.reflection
Methods in com.broadleafcommerce.common.extension.reflection that return InvocationUtils.Targetable Modifier and Type Method Description static <T> InvocationUtils.Targetable<T>
InvocationUtils. withExample(Class<T> exampleClass)
Establish aInvocationUtils.Targetable
proxy based on an example class.
-