Package io.dapr.config
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.