StringConverterFactory

org.beangle.commons.conversion.string.StringConverterFactory
class StringConverterFactory[S, R] extends ConverterFactory[S, R]

String to Object

Attributes

Since

3.2.0

Graph
Supertypes
class ConverterFactory[S, R]
class Object
trait Matchable
class Any
Known subtypes
object DateConverter.type
object EnumConverters.type
object JavaEnumConverters.type
object NumberConverters.type
object TemporalConverter.type

Members list

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited methods

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

Return convert from S to T

Return convert from S to T

Attributes

Inherited from:
ConverterFactory
override def getTypeinfo: (Class[_], Class[_])

Attributes

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

Attributes

Inherited from:
ConverterFactory

Inherited fields

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

Attributes

Inherited from:
ConverterFactory