org.beangle.commons.conversion.impl

Members list

Type members

Classlikes

Generic Conversion Super class It provider converter registry and converter search machanism.

Generic Conversion Super class It provider converter registry and converter search machanism.

Attributes

Since

3.2.0

Supertypes
trait Conversion
class Object
trait Matchable
class Any
Known subtypes
class ConverterAdapter(iconverter: Converter[_, _], typeinfo: (Class[_], Class[_])) extends GenericConverter

Adapte a Converter to GenericConverter

Adapte a Converter to GenericConverter

Attributes

Since

3.2.0

Supertypes
class Object
trait Matchable
class Any
abstract class ConverterFactory[S, R] extends GenericConverter

A converter factory that can convert objects from S to subtypes of R.

A converter factory that can convert objects from S to subtypes of R.

Value parameters

<

R> The target base

Attributes

Since

3.2.0

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Default Conversion implementation.

Default Conversion implementation.

It register String to Boolean/Number/Date/Locale, Number to Number and Object to String buildin converters.

Attributes

Since

3.2.0

Companion
object
Supertypes
trait Conversion
class Object
trait Matchable
class Any
Show all

Generic Converter using in DefaultConversion

Generic Converter using in DefaultConversion

It's a SPI interface.

Attributes

Since

3.2.0

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Convert anything to null.

Convert anything to null.

Attributes

Since

3.2.0

Supertypes
class Object
trait Matchable
class Any
Self type