public class StringToEnumConverter extends AbstractBeanConverter<String,Enum<?>>
beanMapper
Constructor and Description |
---|
StringToEnumConverter() |
Modifier and Type | Method and Description |
---|---|
protected Object |
doConvert(String name,
Class<? extends Enum<?>> targetClass)
Convert a source instance to the target type.
|
convert, isMatchingSource, isMatchingTarget, match, setBeanMapper
Copyright © 2015 42 BV. All Rights Reserved.