Class IntegerProperty

java.lang.Object
io.dapr.config.Property<java.lang.Integer>
io.dapr.config.IntegerProperty

public class IntegerProperty
extends Property<java.lang.Integer>
Integer configuration property.
  • Method Summary

    Modifier and Type Method Description
    protected java.lang.Integer parse​(java.lang.String value)
    Parses the value to the specific type.

    Methods inherited from class io.dapr.config.Property

    get, getEnvName, getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • parse

      protected java.lang.Integer parse​(java.lang.String value)
      Parses the value to the specific type.
      Specified by:
      parse in class Property<java.lang.Integer>
      Parameters:
      value - String value to be parsed.
      Returns:
      Value in the specific type.