Class HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl

java.lang.Object
io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl
All Implemented Interfaces:
Prototype.Api, Prototype.Factory<HstsFeature>, HstsFeatureConfig, Supplier<HstsFeature>
Enclosing class:
HstsFeatureConfig.BuilderBase<BUILDER extends HstsFeatureConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends HstsFeatureConfig>

protected static class HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl extends Object implements HstsFeatureConfig, Supplier<HstsFeature>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Constructor Details

    • HstsFeatureConfigImpl

      protected HstsFeatureConfigImpl(HstsFeatureConfig.BuilderBase<?,?> builder)
      Create an instance providing a builder.
      Parameters:
      builder - extending builder base of this prototype
  • Method Details