Class PartitionMetadataGenerator

java.lang.Object
software.amazon.awssdk.codegen.lite.regions.PartitionMetadataGenerator
All Implemented Interfaces:
PoetClass

public class PartitionMetadataGenerator extends Object implements PoetClass
  • Constructor Details

    • PartitionMetadataGenerator

      public PartitionMetadataGenerator(Partition partition, String basePackage, String regionBasePackage)
  • Method Details

    • poetClass

      public com.squareup.javapoet.TypeSpec poetClass()
      Specified by:
      poetClass in interface PoetClass
      Returns:
      The actual class specification generated from a PoetSpec.builder()... implementation
    • className

      public com.squareup.javapoet.ClassName className()
      Specified by:
      className in interface PoetClass