StringConverterFactory

class StringConverterFactory[S, R] extends ConverterFactory[S, R]

String to Object

Since

3.2.0

class ConverterFactory[S, R]
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def convert(input: Any, targetType: Class[_]): Any
Definition Classes

Inherited methods

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

Return convert from S to T

Return convert from S to T

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

Inherited fields

protected
val converters: HashMap[Class[_], Converter[S, _ <: R]]
Inherited from
ConverterFactory