@Vetoed public class PropertyEditorConverter<T> extends Object implements Converter<T>
Constructor and Description |
---|
PropertyEditorConverter(Class<?> conversionClass) |
PropertyEditorConverter(Class<?> conversionClass,
PropertyEditor editor) |
Modifier and Type | Method and Description |
---|---|
T |
convert(Value value)
Converts the supplied
Value into the appropriate kind of
object and returns the result. |
public PropertyEditorConverter(Class<?> conversionClass)
public PropertyEditorConverter(Class<?> conversionClass, PropertyEditor editor)
Copyright © 2019–2020, microBean™. All rights reserved.