Class ClientImplementationGenerator

java.lang.Object
software.amazon.smithy.java.codegen.client.generators.ClientImplementationGenerator
All Implemented Interfaces:
Consumer<software.amazon.smithy.codegen.core.directed.GenerateServiceDirective<software.amazon.smithy.java.codegen.CodeGenerationContext,software.amazon.smithy.java.codegen.JavaCodegenSettings>>

public final class ClientImplementationGenerator extends Object implements Consumer<software.amazon.smithy.codegen.core.directed.GenerateServiceDirective<software.amazon.smithy.java.codegen.CodeGenerationContext,software.amazon.smithy.java.codegen.JavaCodegenSettings>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(software.amazon.smithy.codegen.core.directed.GenerateServiceDirective<software.amazon.smithy.java.codegen.CodeGenerationContext,software.amazon.smithy.java.codegen.JavaCodegenSettings> directive)
     
    static void
    writeForSymbol(software.amazon.smithy.codegen.core.Symbol symbol, software.amazon.smithy.codegen.core.directed.GenerateServiceDirective<software.amazon.smithy.java.codegen.CodeGenerationContext,software.amazon.smithy.java.codegen.JavaCodegenSettings> directive)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Consumer

    andThen
  • Constructor Details

    • ClientImplementationGenerator

      public ClientImplementationGenerator()
  • Method Details

    • accept

      public void accept(software.amazon.smithy.codegen.core.directed.GenerateServiceDirective<software.amazon.smithy.java.codegen.CodeGenerationContext,software.amazon.smithy.java.codegen.JavaCodegenSettings> directive)
      Specified by:
      accept in interface Consumer<software.amazon.smithy.codegen.core.directed.GenerateServiceDirective<software.amazon.smithy.java.codegen.CodeGenerationContext,software.amazon.smithy.java.codegen.JavaCodegenSettings>>
    • writeForSymbol

      public static void writeForSymbol(software.amazon.smithy.codegen.core.Symbol symbol, software.amazon.smithy.codegen.core.directed.GenerateServiceDirective<software.amazon.smithy.java.codegen.CodeGenerationContext,software.amazon.smithy.java.codegen.JavaCodegenSettings> directive)