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 controllerPackage: String

  8. def controllerPackageDir: String

  9. def convertJdbcSqlTypeToParamType(dataType: Int): ParamType

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

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

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

  13. def extractTypeIfOptionOrSeq(t: String): String

  14. def finalize(): Unit

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

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

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

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

  19. final def isInstanceOf[T0]: Boolean

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

  21. def isSupportedParamType(typeName: String): Boolean

  22. def modelPackage: String

  23. def modelPackageDir: String

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

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

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

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

  28. def resourceDir: String

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

  30. def showSkinnyGenerator(): Unit

  31. def sourceDir: String

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

    Definition Classes
    AnyRef
  33. def testResourceDir: String

  34. def testSourceDir: String

  35. def toCamelCase(v: String): String

  36. def toCapitalizedSplitName(v: String): String

  37. def toClassName(name: String): String

  38. def toControllerClassName(name: String): String

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

  40. def toDBType(t: String): String

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

  42. def toFirstCharLower(s: String): String

  43. def toFirstCharUpper(s: String): String

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

  45. def toParamType(column: Column): ParamType

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

  47. def toScaffoldFieldDef(column: Column): String

  48. def toScalaTypeName(paramTypeName: String): String

  49. def toScalaTypeNameWithDefaultValueIfOptionOrSeq(paramTypeName: String): String

  50. def toSnakeCase(v: String): String

  51. def toSplitName(v: String): String

  52. def toString(): String

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

  54. final def wait(): Unit

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped