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
-
Field Summary
FieldsFields inherited from interface gw.lang.parser.ICoercer
MAX_PRIORITY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncoerceValue
(IType typeToCoerceTo, Object value) static DateCoercer
instance()
Methods inherited from class gw.lang.parser.coercers.StandardCoercer
getPriority, handlesNull, isCoercingDimensionWithSameType, isExplicitCoercion
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DateCoercer
public DateCoercer()
-
-
Method Details
-
coerceValue
-
instance
-