classAnyObjectFactory[T] extends Logging with Serializable
Factory for creating objects of any type by invoking their primary constructor.
Unlike Java reflection Methods or Scala reflection Mirrors, this factory is serializable
and can be safely passed along with Spark tasks.
Factory for creating objects of any type by invoking their primary constructor. Unlike Java reflection Methods or Scala reflection Mirrors, this factory is serializable and can be safely passed along with Spark tasks.