public class EnumCodeRenderer<E extends Enum<E> & CodeLookup<String>> extends Object implements org.springframework.core.convert.converter.Converter<E,String>
EnumCodeRenderer()
String
convert(E source)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EnumCodeRenderer()
public final String convert(E source)
convert
org.springframework.core.convert.converter.Converter<E extends Enum<E> & CodeLookup<String>,String>
Copyright © 2017. All rights reserved.