|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
In
- The input classOut
- The output classpublic interface ObjectFilter<In,Out>
Interface to implement to create a display transformer. It transforms the value of In
type to an object of Out
type
Method Summary | |
---|---|
Out |
apply(In value)
Return an object of Out type initialized with the specified In object. |
Method Detail |
---|
Out apply(In value)
Out
type initialized with the specified In
object.
This object is displayed or is given to the next ObjectFilter of the chain.
value
- the specified object
Out
type or null
(in this case, the filter chains ends)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |