|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taco.util.InvertMapper
public final class InvertMapper
An implementation of IObjectMapper
that returns a
Boolean
which represents the "inverted" value to map.
Field Summary | |
---|---|
static InvertMapper |
instance
The singleton instance of this class. |
Method Summary | |
---|---|
java.lang.Object |
map(java.lang.Object obj)
Return the inverted result of mapping using BooleanMapper . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final InvertMapper instance
Method Detail |
---|
public java.lang.Object map(java.lang.Object obj)
BooleanMapper
.
map
in interface IObjectMapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |