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 clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def controllerPackage: String

  10. def controllerPackageDir: String

  11. def convertJdbcSqlTypeToParamType(dataType: Int): ParamType

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

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

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

  15. def extractTypeIfOptionOrSeq(t: String): String

  16. def finalize(): Unit

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

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

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

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

  21. final def isInstanceOf[T0]: Boolean

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

  23. def isSupportedParamType(typeName: String): Boolean

  24. def modelPackage: String

  25. def modelPackageDir: String

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

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

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

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

  30. def resourceDir: String

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

  32. def showSkinnyGenerator(): Unit

  33. def sourceDir: String

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

    Definition Classes
    AnyRef
  35. def testResourceDir: String

  36. def testSourceDir: String

  37. def toCamelCase(v: String): String

  38. def toCapitalizedSplitName(v: String): String

  39. def toClassName(name: String): String

  40. def toControllerClassName(name: String): String

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

  42. def toDBType(t: String): String

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

  44. def toFirstCharLower(s: String): String

  45. def toFirstCharUpper(s: String): String

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

  47. def toParamType(column: Column): ParamType

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

  49. def toScaffoldFieldDef(column: Column): String

  50. def toScalaTypeName(paramTypeName: String): String

  51. def toScalaTypeNameWithDefaultValueIfOptionOrSeq(paramTypeName: String): String

  52. def toSnakeCase(v: String): String

  53. def toSplitName(v: String): String

  54. def toString(): String

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

  56. final def wait(): Unit

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped