Class StringProperty

java.lang.Object
io.dapr.config.Property<String>
io.dapr.config.StringProperty

public class StringProperty extends Property<String>
String configuration property.
  • Method Details

    • parse

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