Package uk.gov.dstl.baleen.graph.coerce
Class Id
- java.lang.Object
-
- uk.gov.dstl.baleen.graph.coerce.Id
-
- All Implemented Interfaces:
ValueCoercer
public class Id extends java.lang.Object implements ValueCoercer
Return all the values as they are
-
-
Constructor Summary
Constructors Constructor Description Id()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
coerce(java.lang.Object value)
-
-
-
Method Detail
-
coerce
public java.lang.Object coerce(java.lang.Object value)
- Specified by:
coerce
in interfaceValueCoercer
- Returns:
- the value coerced to acceptable type
-
-