Packages

implicit object UDTValueConverter extends NullableTypeConverter[UDTValue]

Linear Supertypes
NullableTypeConverter[UDTValue], TypeConverter[UDTValue], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UDTValueConverter
  2. NullableTypeConverter
  3. TypeConverter
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type targetType = UDTValue

    Compile time type of the converter target

    Compile time type of the converter target

    Definition Classes
    TypeConverter

Value Members

  1. def convert(obj: Any): UDTValue

    Converts and object or throws TypeConversionException if the object can't be converted.

    Converts and object or throws TypeConversionException if the object can't be converted.

    Definition Classes
    NullableTypeConverterTypeConverter
  2. def convertPF: PartialFunction[Any, UDTValue]

    Returns a function converting an object into T.

    Returns a function converting an object into T.

    Definition Classes
    UDTValueConverterTypeConverter
  3. def targetTypeName: String

    String representation of the converter target type.

    String representation of the converter target type.

    Definition Classes
    TypeConverter
  4. def targetTypeTag: scala.reflect.api.JavaUniverse.TypeTag[UDTValue]

    TypeTag for the target type.

    TypeTag for the target type.

    Definition Classes
    UDTValueConverterTypeConverter