MapConverterFactory

org.beangle.commons.conversion.converter.MapConverterFactory
object MapConverterFactory extends ConverterFactory[Map[_, _], Map[_, _]]

Attributes

Graph
Supertypes
class ConverterFactory[Map[_, _], Map[_, _]]
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class MapConverter(immutable: Boolean) extends Converter[Map[_, _], Map[_, _]]

Attributes

Supertypes
trait Converter[Map[_, _], Map[_, _]]
trait Map[_, _] => Map[_, _]
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Attributes

Definition Classes
Inherited from:
ConverterFactory
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[Map[_, _], _]): Unit

Attributes

Inherited from:
ConverterFactory

Inherited fields

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

Attributes

Inherited from:
ConverterFactory