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