public class PrimitiveMapperFactory extends java.lang.Object implements ValueMapperFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
PrimitiveMapperFactory.BooleanFormatException |
static class |
PrimitiveMapperFactory.CharFormatException |
| Constructor and Description |
|---|
PrimitiveMapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ValueMapperInstance<?>> |
maybeForType(BindingType bindingType) |
static boolean |
parseBoolean(java.lang.String string) |
static char |
parseChar(java.lang.String string) |
protected <T> void |
withMapping(java.lang.Class<T> forClass,
ValueMapperInstance.NullableValueMapperInstance<T> mapping) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitalways, defaultFactories, forClasspublic java.util.Optional<ValueMapperInstance<?>> maybeForType(BindingType bindingType)
maybeForType in interface ValueMapperFactoryprotected <T> void withMapping(java.lang.Class<T> forClass,
ValueMapperInstance.NullableValueMapperInstance<T> mapping)
public static boolean parseBoolean(java.lang.String string)
public static char parseChar(java.lang.String string)