Package com.xebialabs.xlrelease.utils
Class TypeHelper$
- java.lang.Object
-
- com.xebialabs.xlrelease.utils.TypeHelper$
-
public class TypeHelper$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static TypeHelper$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description TypeHelper$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Seq<Type>
getAllSubtypesOf(Type ciType)
-
-
-
Field Detail
-
MODULE$
public static final TypeHelper$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-