implicit object UDTValueConverter extends NullableTypeConverter[UDTValue]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UDTValueConverter
- NullableTypeConverter
- TypeConverter
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
targetType = UDTValue
Compile time type of the converter target
Compile time type of the converter target
- Definition Classes
- TypeConverter
Value Members
-
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
- NullableTypeConverter → TypeConverter
-
def
convertPF: PartialFunction[Any, UDTValue]
Returns a function converting an object into
T
.Returns a function converting an object into
T
.- Definition Classes
- UDTValueConverter → TypeConverter
-
def
targetTypeName: String
String representation of the converter target type.
String representation of the converter target type.
- Definition Classes
- TypeConverter
-
def
targetTypeTag: scala.reflect.api.JavaUniverse.TypeTag[UDTValue]
TypeTag for the target type.
TypeTag for the target type.
- Definition Classes
- UDTValueConverter → TypeConverter