org.specs2.reflect.ClassName
See theClassName companion object
trait ClassName
Reflection methods for Class names
Attributes
Members list
Value members
Concrete methods
Attributes
- Returns
-
the class name of an instance
Attributes
- Returns
-
the decoded class name, with its package
Attributes
- Returns
-
the class name
Attributes
- Returns
-
the outer class name for a given class
Attributes
- Returns
-
the uncamelcased name of the class (or its parent if it is an anonymous class)
Attributes
- Returns
-
the package name from the decoded class name
Attributes
- Returns
-
the class name of an instance
Attributes
- Returns
-
the class name without the package name
Extensions
Extensions
extension (klass: Class[_])
In this article