Class OperationInterfaceGenerator

java.lang.Object
software.amazon.smithy.java.codegen.server.generators.OperationInterfaceGenerator
All Implemented Interfaces:
Consumer<software.amazon.smithy.codegen.core.directed.GenerateOperationDirective<software.amazon.smithy.java.codegen.CodeGenerationContext,software.amazon.smithy.java.codegen.JavaCodegenSettings>>

public final class OperationInterfaceGenerator extends Object implements Consumer<software.amazon.smithy.codegen.core.directed.GenerateOperationDirective<software.amazon.smithy.java.codegen.CodeGenerationContext,software.amazon.smithy.java.codegen.JavaCodegenSettings>>
  • Constructor Details

    • OperationInterfaceGenerator

      public OperationInterfaceGenerator()
  • Method Details

    • accept

      public void accept(software.amazon.smithy.codegen.core.directed.GenerateOperationDirective<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.GenerateOperationDirective<software.amazon.smithy.java.codegen.CodeGenerationContext,software.amazon.smithy.java.codegen.JavaCodegenSettings>>