JavaEnumConverters

org.beangle.commons.conversion.string.JavaEnumConverters
object JavaEnumConverters extends StringConverterFactory[String, Enum[_]]

Attributes

Graph
Supertypes
class StringConverterFactory[String, Enum[_]]
class ConverterFactory[String, Enum[_]]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

override def getConverter[T](targetType: Class[T]): Option[Converter[String, T]]

Return convert from S to T

Return convert from S to T

Attributes

Definition Classes

Inherited methods

override def convert[T](input: Any, targetType: Class[T]): T

Attributes

Definition Classes
Inherited from:
StringConverterFactory
override def getTypeinfo: (Class[_], Class[_])

Attributes

Definition Classes
Inherited from:
ConverterFactory
protected def register(targetType: Class[_], converter: Converter[String, _]): Unit

Attributes

Inherited from:
ConverterFactory

Inherited fields

protected val converters: HashMap[Class[_], Converter[String, _]]

Attributes

Inherited from:
ConverterFactory