Class ExcludeMetadata.Config

java.lang.Object
software.amazon.smithy.build.transforms.ExcludeMetadata.Config
Enclosing class:
ExcludeMetadata

public static final class ExcludeMetadata.Config extends Object
excludeMetadata configuration settings.
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getKeys

      public Set<String> getKeys()
      Returns:
      the list of keys to remove from metadata.
    • setKeys

      public void setKeys(Set<String> keys)
      Sets the list of keys to remove from metadata.
      Parameters:
      keys - Metadata keys to remove.