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