Class ScopeConfig.BuilderBase.ScopeConfigImpl

java.lang.Object
io.helidon.metrics.api.ScopeConfig.BuilderBase.ScopeConfigImpl
All Implemented Interfaces:
Prototype.Api, ScopeConfig
Enclosing class:
ScopeConfig.BuilderBase<BUILDER extends ScopeConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends ScopeConfig>

protected static class ScopeConfig.BuilderBase.ScopeConfigImpl extends Object implements ScopeConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Constructor Details

    • ScopeConfigImpl

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

    • name

      @Deprecated(since="27.0.0", forRemoval=true) public String name()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ScopeConfig
      Returns the configured scope name.
      Specified by:
      name in interface ScopeConfig
      Returns:
      configured scope name
    • enabled

      @Deprecated(since="27.0.0", forRemoval=true) public boolean enabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ScopeConfig
      Returns whether the scope is configured as enabled.
      Specified by:
      enabled in interface ScopeConfig
      Returns:
      configured value
    • include

      @Deprecated(since="27.0.0", forRemoval=true) public Optional<Pattern> include()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ScopeConfig
      Returns the configured meter-name inclusion pattern.
      Specified by:
      include in interface ScopeConfig
      Returns:
      configured inclusion pattern
    • exclude

      @Deprecated(since="27.0.0", forRemoval=true) public Optional<Pattern> exclude()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ScopeConfig
      Returns the configured meter-name exclusion pattern.
      Specified by:
      exclude in interface ScopeConfig
      Returns:
      configured exclusion pattern
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object