Class ConfigContent.Builder<T extends ConfigContent.Builder<T>>

java.lang.Object
io.helidon.config.spi.ConfigContent.Builder<T>
Type Parameters:
T - type of the implementing builder
Direct Known Subclasses:
ConfigContent.NodeContent.Builder, ConfigContent.OverrideContent.Builder, ConfigParser.Content.Builder
Enclosing interface:
ConfigContent

public static class ConfigContent.Builder<T extends ConfigContent.Builder<T>> extends Object
Fluent API builder for ConfigContent, common ancestor for parsable content builder and node content builder.
  • Method Details

    • stamp

      public T stamp(Object stamp)
      Content stamp.
      Parameters:
      stamp - stamp of the content
      Returns:
      updated builder instance