Class KobbyKotlinDtoGraphQLExtension

  • All Implemented Interfaces:

    
    public class KobbyKotlinDtoGraphQLExtension
    
                        

    Configuration of helper DTO classes generation for implementing the GraphQL interaction protocol

    • 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 helper DTO classes generation enabledDefault: true
      final Unit setEnabled(Boolean enabled) Is helper DTO classes generation enabledDefault: true
      final String getPackageName() Package name for helper DTO classes relative to DTO package nameDefault: "graphql"
      final Unit setPackageName(String packageName) Package name for helper DTO classes relative to DTO package nameDefault: "graphql"
      final String getPrefix() Prefix for helper DTO classes
      final Unit setPrefix(String prefix) Prefix for helper DTO classes
      final String getPostfix() Postfix for helper DTO classes
      final Unit setPostfix(String postfix) Postfix for helper DTO classes
      • Methods inherited from class java.lang.Object

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

      • KobbyKotlinDtoGraphQLExtension

        KobbyKotlinDtoGraphQLExtension()