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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def charset: Charset

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def connectionPoolName: Any

  11. def controllerPackage: String

  12. def controllerPackageDir: String

  13. def convertJdbcSqlTypeToParamType(dataType: Int): ParamType

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

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

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

  17. def extractTypeIfOptionOrSeq(t: String): String

  18. def finalize(): Unit

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

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

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

    Definition Classes
    AnyRef → Any
  22. def isAssociationTypeName(typeName: String): Boolean

  23. final def isInstanceOf[T0]: Boolean

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

  25. def isSupportedParamType(typeName: String): Boolean

  26. def modelPackage: String

  27. def modelPackageDir: String

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

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

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

    Definition Classes
    AnyRef
  31. def paramTypes: Seq[String]

  32. def prepareDirectories(): Unit

  33. def resourceDir: String

  34. def showErrors(messages: Seq[String]): Unit

  35. def showSkinnyGenerator(): Unit

  36. def sourceDir: String

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

    Definition Classes
    AnyRef
  38. def testResourceDir: String

  39. def testSourceDir: String

  40. def toCamelCase(v: String): String

  41. def toCapitalizedSplitName(v: String): String

  42. def toClassName(name: String): String

  43. def toControllerClassName(name: String): String

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

  45. def toDBType(t: String): String

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

  47. def toFirstCharLower(s: String): String

  48. def toFirstCharUpper(s: String): String

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

  50. def toParamType(column: Column): ParamType

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

  52. def toScaffoldFieldDef(column: Column): String

  53. def toScalaTypeName(paramTypeName: String): String

  54. def toScalaTypeNameWithDefaultValueIfOptionOrSeq(paramTypeName: String): String

  55. def toSnakeCase(v: String): String

  56. def toSplitName(v: String): String

  57. def toString(): String

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

  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def webInfDir: String

  63. def writeAppending(file: File, code: String): Unit

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

Inherited from AnyRef

Inherited from Any

Ungrouped