Uses of Class
org.jboss.solder.reflection.annotated.ParameterValueRedefiner.ParameterValue

Packages that use ParameterValueRedefiner.ParameterValue
org.jboss.solder.exception.control   
org.jboss.solder.reflection.annotated A collection of base classes and builders for working with AnnotatedType metadata objects. 
 

Uses of ParameterValueRedefiner.ParameterValue in org.jboss.solder.exception.control
 

Methods in org.jboss.solder.exception.control with parameters of type ParameterValueRedefiner.ParameterValue
 Object OutboundParameterValueRedefiner.redefineParameterValue(ParameterValueRedefiner.ParameterValue value)
          Callback allowing the default parameter value (that which would be injected according to the CDI type safe resolution rules) to be overridden.
 

Uses of ParameterValueRedefiner.ParameterValue in org.jboss.solder.reflection.annotated
 

Methods in org.jboss.solder.reflection.annotated with parameters of type ParameterValueRedefiner.ParameterValue
 Object ParameterValueRedefiner.redefineParameterValue(ParameterValueRedefiner.ParameterValue value)
          Callback allowing the default parameter value (that which would be injected according to the CDI type safe resolution rules) to be overridden.
 



Copyright © 2008-2011 Seam Framework. All Rights Reserved.