skinny.task.generator

CodeGenerator

trait CodeGenerator extends AnyRef

Code generator.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CodeGenerator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def appendToControllers(namespaces: Seq[String], name: String): Unit

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def convertJdbcSqlTypeToParamType(dataType: Int): ParamType

  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def extractColumns(tableName: String): List[Column]

  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def forceWrite(file: File, code: String): Unit

  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def isOptionClassName(t: String): Boolean

  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def showErrors(messages: Seq[String]): Unit

  21. def showSkinnyGenerator(): Unit

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toCamelCase(v: String): String

  24. def toCapitalizedSplitName(v: String): String

  25. def toClassName(name: String): String

  26. def toControllerClassName(name: String): String

  27. def toControllerName(namespaces: Seq[String], resources: String): String

  28. def toDirectoryPath(baseDir: String, namespaces: Seq[String]): String

  29. def toFirstCharLower(s: String): String

  30. def toNamespace(basePackage: String, namespaces: Seq[String]): String

  31. def toParamType(column: Column): ParamType

  32. def toParamType(t: String): String

  33. def toResourcesBasePath(namespaces: Seq[String]): String

  34. def toScaffoldFieldDef(column: Column): String

  35. def toScalaTypeName(paramTypeName: String): String

  36. def toScalaTypeNameWithDefaultValueIfOption(paramTypeName: String): String

  37. def toSnakeCase(v: String): String

  38. def toSplitName(v: String): String

  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def toVariable(name: String): String

  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def writeAppending(file: File, code: String): Unit

  45. def writeIfAbsent(file: File, code: String): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped