Uses of Interface
org.infinispan.cdi.common.util.ParameterValueRedefiner
-
Packages that use ParameterValueRedefiner Package Description org.infinispan.cdi.common.util This package contains utility classes. -
-
Uses of ParameterValueRedefiner in org.infinispan.cdi.common.util
Methods in org.infinispan.cdi.common.util with parameters of type ParameterValueRedefiner Modifier and Type Method Description <T> TInjectableMethod. invoke(Object receiver, javax.enterprise.context.spi.CreationalContext<T> creationalContext, ParameterValueRedefiner redefinition)Invoke the method, calling the parameter redefiner for each parameter, allowing the caller to override the default value obtained via the CDI type safe resolver.
-