Package io.dapr.config
Class StringProperty
java.lang.Object
io.dapr.config.Property<java.lang.String>
io.dapr.config.StringProperty
public class StringProperty extends Property<java.lang.String>
String configuration property.
-
Method Summary
Modifier and Type Method Description protected java.lang.String
parse(java.lang.String value)
Parses the value to the specific type.