Class BooleanProperty

java.lang.Object
io.dapr.config.Property<Boolean>
io.dapr.config.BooleanProperty

public class BooleanProperty extends Property<Boolean>
Boolean configuration property.
  • Method Details

    • parse

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