Class IntegerProperty

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

public class IntegerProperty extends Property<Integer>
Integer configuration property.
  • Method Details

    • parse

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