| Package | Description |
|---|---|
| com.github.stefanbirkner.editors | |
| com.github.stefanbirkner.editors.mapper |
| Constructor and Description |
|---|
PropertyEditorWithMapper(PropertyEditor propertyEditor,
Mapper<String> mapper) |
SfbPropertyEditorSupport(Class<T> supportedType,
Mapper<T> mapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeMapper<T>
A
CompositeMapper allows you to modify the input and output of a
arbitrary Mapper. |
class |
EmptyStringToNullMapper
An
EmptyStringToNullMapper maps between Strings. |
class |
EnumMapper<E extends Enum<E>>
An
EnumMapper maps between enums to text and vice versa by using their names. |
| Constructor and Description |
|---|
CompositeMapper(Mapper<T> objectMapper,
Mapper<String> stringMapper) |
CompositeMapper(Mapper<T> objectMapper,
Mapper<String> stringMapper) |
Copyright © 2012-2013. All Rights Reserved.