|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentBinder<From,To>
In addition to mapping the previous result to a new Creator,
ComponentBinder also verifies the type of the previous result.
Implement this interface if you want to do static-verification.
Zephyr Business Solution
| Method Summary | |
|---|---|
java.lang.Class<To> |
bindType(java.lang.Class<From> type)
Get the type of the component being bound. |
Verifiable |
verify(java.lang.Class<From> type)
Get a Verifiable object that's responsible for verifying the component being bound. |
| Methods inherited from interface jfun.yan.Binder |
|---|
bind |
| Method Detail |
|---|
Verifiable verify(java.lang.Class<From> type)
type - the type of the previous component. It cannot be null.
java.lang.Class<To> bindType(java.lang.Class<From> type)
type - the type of the previous component, it can be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||