Class KobbyKotlinDtoBuilderExtension

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getEnabled() Is DTO builders generation enabledDefault: true
      final Unit setEnabled(Boolean enabled) Is DTO builders generation enabledDefault: true
      final String getPrefix() Prefix of DTO builder classes
      final Unit setPrefix(String prefix) Prefix of DTO builder classes
      final String getPostfix() Postfix of DTO builder classesDefault: "Builder"
      final Unit setPostfix(String postfix) Postfix of DTO builder classesDefault: "Builder"
      final String getCopyFun() Name of builder based "copy" function for DTO classesDefault: "copy"
      final Unit setCopyFun(String copyFun) Name of builder based "copy" function for DTO classesDefault: "copy"
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KobbyKotlinDtoBuilderExtension

        KobbyKotlinDtoBuilderExtension()