A ClassTag[T] wraps a runtime class, which can be accessed via the runtimeClass method.
(Since version 2.10.0) Use type tags and manually check the corresponding class or type instead
(Since version 2.10.0) Use @scala.beans.BeanDescription instead
(Since version 2.10.0) Use @scala.beans.BeanDisplayName instead
(Since version 2.10.0) Use @scala.beans.BeanInfo instead
(Since version 2.10.0) Use @scala.beans.BeanInfoSkip instead
(Since version 2.10.0) Use @scala.beans.BeanProperty instead
(Since version 2.10.0) Use @scala.beans.BooleanBeanProperty instead
A ClassManifest[T] is an opaque descriptor for type T.
A ClassManifest[T] is an opaque descriptor for type T.
It is used by the compiler to preserve information necessary
for instantiating Arrays in those cases where the element type
is unknown at compile time.
The type-relation operators make an effort to present a more accurate picture than can be realized with erased types, but they should not be relied upon to give correct answers. In particular they are likely to be wrong when variance is involved or when a subtype has a different number of type arguments than a supertype.
(Since version 2.10.0) Use scala.reflect.ClassTag instead
(Since version 2.10.0) Use scala.reflect.ClassTag instead
A Manifest[T] is an opaque descriptor for type T.
A OptManifest[T] is an optional Manifest.
(Since version 2.10.0) Use @scala.beans.ScalaBeanInfo instead
ClassManifestFactory defines factory methods for manifests.
ManifestFactory defines factory methods for manifests.
Provides functions to encode and decode Scala symbolic names.
The object ClassManifest defines factory methods for manifests.
The object ClassManifest defines factory methods for manifests.
It is intended for use by the compiler and should not be used in client code.
(Since version 2.10.0) Use scala.reflect.ClassTag instead
The object Manifest defines factory methods for manifests.
The object Manifest defines factory methods for manifests.
It is intended for use by the compiler and should not be used in client code.
(Since version 2.10.0) Use scala.reflect.ClassTag (to capture erasures), scala.reflect.runtime.universe.TypeTag (to capture types) or both instead
One of the branches of an OptManifest.