Package io.dapr.config
Class BooleanProperty
java.lang.Object
io.dapr.config.Property<java.lang.Boolean>
io.dapr.config.BooleanProperty
public class BooleanProperty extends Property<java.lang.Boolean>
Boolean configuration property.
-
Method Summary
Modifier and Type Method Description protected java.lang.Boolean
parse(java.lang.String value)
Parses the value to the specific type.Methods inherited from class io.dapr.config.Property
get, getEnvName, getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait