Class TypeHelper$

java.lang.Object
com.xebialabs.xlrelease.utils.TypeHelper$

public class TypeHelper$ extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final TypeHelper$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.collection.immutable.Seq<com.xebialabs.deployit.plugin.api.reflect.Type>
    getAllSubtypesOf(com.xebialabs.deployit.plugin.api.reflect.Type ciType)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODULE$

      public static final TypeHelper$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • TypeHelper$

      public TypeHelper$()
  • Method Details

    • getAllSubtypesOf

      public scala.collection.immutable.Seq<com.xebialabs.deployit.plugin.api.reflect.Type> getAllSubtypesOf(com.xebialabs.deployit.plugin.api.reflect.Type ciType)