Package io.dapr.config
Class IntegerProperty
- java.lang.Object
-
- io.dapr.config.Property<Integer>
-
- io.dapr.config.IntegerProperty
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Integer
parse(String value)
Parses the value to the specific type.-
Methods inherited from class io.dapr.config.Property
get, getEnvName, getName
-
-