Package gw.lang.parser.coercers
Class DateCoercer
- java.lang.Object
-
- gw.lang.parser.coercers.BaseCoercer
-
- gw.lang.parser.coercers.StandardCoercer
-
- gw.lang.parser.coercers.DateCoercer
-
- All Implemented Interfaces:
ICoercer
public class DateCoercer extends StandardCoercer
-
-
Field Summary
-
Fields inherited from interface gw.lang.parser.ICoercer
MAX_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description DateCoercer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
coerceValue(IType typeToCoerceTo, Object value)
static DateCoercer
instance()
-
Methods inherited from class gw.lang.parser.coercers.StandardCoercer
getPriority, handlesNull, isCoercingDimensionWithSameType, isExplicitCoercion
-
-
-
-
Method Detail
-
instance
public static DateCoercer instance()
-
-