jfun.yan
Interface ParameterBinder<T>

All Superinterfaces:
java.io.Serializable

public interface ParameterBinder<T>
extends java.io.Serializable

Dynamically maps a parameter to a Creator that creates the corresponding argument value.

Zephyr Business Solution

Author:
Ben Yu

Method Summary
 Creator<T> bind(Signature src, int ind, java.lang.Class<T> type)
           
 

Method Detail

bind

Creator<T> bind(Signature src,
                int ind,
                java.lang.Class<T> type)