public final class ReaderWriters extends Object
ReaderWriter
s for common types.Modifier and Type | Field and Description |
---|---|
static ReaderWriter<Boolean> |
BOOLEAN |
static ReaderWriter<Integer> |
INTEGER |
static ReaderWriter<Long> |
LONG |
static ReaderWriter<Short> |
SHORT |
static ReaderWriter<String> |
STRING |
public static final ReaderWriter<String> STRING
public static final ReaderWriter<Boolean> BOOLEAN
public static final ReaderWriter<Short> SHORT
public static final ReaderWriter<Integer> INTEGER
public static final ReaderWriter<Long> LONG