java.lang.Object
software.amazon.smithy.java.codegen.server.generators.ServiceGenerator
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 ServiceGenerator 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)
     

    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

    • ServiceGenerator

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