Class ClientInterfaceGenerator

java.lang.Object
software.amazon.smithy.java.codegen.client.generators.ClientInterfaceGenerator
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 ClientInterfaceGenerator extends Object implements Consumer<software.amazon.smithy.codegen.core.directed.GenerateServiceDirective<software.amazon.smithy.java.codegen.CodeGenerationContext,software.amazon.smithy.java.codegen.JavaCodegenSettings>>
  • Constructor Details

    • ClientInterfaceGenerator

      public ClientInterfaceGenerator()
  • 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>>