class JavaListConverter[T] extends CollectionConverter[List[T], T]
- Alphabetic
- By Inheritance
- JavaListConverter
- CollectionConverter
- TypeConverter
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new JavaListConverter()(implicit arg0: TypeConverter[T])
Type Members
- type targetType = List[T]
Compile time type of the converter target
Compile time type of the converter target
- Definition Classes
- TypeConverter
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def convert(obj: Any): List[T]
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
- TypeConverter
- def convertPF: PartialFunction[Any, List[T]]
Returns a function converting an object into
T.Returns a function converting an object into
T.- Definition Classes
- CollectionConverter → TypeConverter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def itemTypeTag: scala.reflect.api.JavaUniverse.TypeTag[T]
- Attributes
- protected
- Definition Classes
- CollectionConverter
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def targetTypeName: String
String representation of the converter target type.
String representation of the converter target type.
- Definition Classes
- TypeConverter
- lazy val targetTypeTag: scala.reflect.api.JavaUniverse.TypeTag[List[T]]
TypeTag for the target type.
TypeTag for the target type.
- Definition Classes
- JavaListConverter → TypeConverter
- Annotations
- @transient()
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)