Enum EmptyConfigProperties

java.lang.Object
java.lang.Enum<EmptyConfigProperties>
io.opentelemetry.javaagent.tooling.EmptyConfigProperties
All Implemented Interfaces:
io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties, Serializable, Comparable<EmptyConfigProperties>, java.lang.constant.Constable

public enum EmptyConfigProperties extends Enum<EmptyConfigProperties> implements io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
  • Enum Constant Details

  • Method Details

    • values

      public static EmptyConfigProperties[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EmptyConfigProperties valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getString

      @Nullable public String getString(String name)
      Specified by:
      getString in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
    • getBoolean

      @Nullable public Boolean getBoolean(String name)
      Specified by:
      getBoolean in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
    • getInt

      @Nullable public Integer getInt(String name)
      Specified by:
      getInt in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
    • getLong

      @Nullable public Long getLong(String name)
      Specified by:
      getLong in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
    • getDouble

      @Nullable public Double getDouble(String name)
      Specified by:
      getDouble in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
    • getDuration

      @Nullable public Duration getDuration(String name)
      Specified by:
      getDuration in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
    • getList

      public List<String> getList(String name)
      Specified by:
      getList in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties
    • getMap

      public Map<String,String> getMap(String name)
      Specified by:
      getMap in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties