Package org.apache.batchee.csv.mapper
Class Primitives
- java.lang.Object
-
- org.apache.batchee.csv.mapper.Primitives
-
- All Implemented Interfaces:
CoercingConverter
public class Primitives extends Object implements CoercingConverter
-
-
Field Summary
Fields Modifier and Type Field Description static CoercingConverter
INSTANCE
-
Constructor Summary
Constructors Constructor Description Primitives()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Object
primitiveDefaultValue(Class<?> type)
Object
valueFor(Class<?> type, String value)
-
-
-
Field Detail
-
INSTANCE
public static final CoercingConverter INSTANCE
-
-