Uses of Interface
jfun.yan.ParameterBinder

Packages that use ParameterBinder
jfun.yan Basic component combinators and containers. 
jfun.yan.xml This package provides a xml configuration support for Yan Container. 
jfun.yan.xml.nut This package provides the basic Nut classes and introspection utility class. 
jfun.yan.xml.nuts This package provides standard Nut classes. 
 

Uses of ParameterBinder in jfun.yan
 

Methods in jfun.yan with parameters of type ParameterBinder
static Component Components.bindArgument(Component cc, int k, ParameterBinder binder)
          Customize one argument of a component with a ParameterBinder object.
 Component<T> Component.bindArgument(int k, ParameterBinder binder)
          Create a new Component object that uses a given ParameterBinder object to create one of its argument identified by its ordinal position.
static Component Components.bindArguments(Component cc, ParameterBinder binder)
          Customize the arguments of a component with a ParameterBinder object.
static Dependency Components.bindArguments(Dependency dependency, ParameterBinder binder)
          Customize a Dependency object with a ParameterBinder object.
 Component<T> Component.bindArguments(ParameterBinder binder)
          Create a new Component object that uses given ParameterBinder object to create its parameters.
 

Uses of ParameterBinder in jfun.yan.xml
 

Fields in jfun.yan.xml declared as ParameterBinder
static ParameterBinder Modes.params_bytype
          Wire parameters by type.
 

Methods in jfun.yan.xml that return ParameterBinder
 ParameterBinder NutsProcessor.getParameterWiring()
          Get the default parameter auto wiring mode.
 ParameterBinder NutEnvironment.getParameterWiringMode(java.lang.String mode_name, Location loc)
          Get the auto wiring mode specified by the mode name.
 

Methods in jfun.yan.xml with parameters of type ParameterBinder
 void NutsProcessor.registerAutoWiring(java.lang.String mode_name, ParameterBinder mode)
          Register a parameter autowiring mode.
 void NutsProcessor.setParameterWiring(ParameterBinder param_wiring)
          Set the default parameter auto-wiring mode.
 

Uses of ParameterBinder in jfun.yan.xml.nut
 

Methods in jfun.yan.xml.nut that return ParameterBinder
 ParameterBinder Nut.getParameterWiring(java.lang.String mode)
          To get the ParameterBinder object that encapsulates the auto-wiring strategy for a autowire mode specified by the mode name.
 

Uses of ParameterBinder in jfun.yan.xml.nuts
 

Methods in jfun.yan.xml.nuts that return ParameterBinder
 ParameterBinder ArgumentsAndPropertiesNut.getParameterAutowireMode()
          Get the auto wire mode for parameters.