public static class HystrixDynamicProperties.Util
extends java.lang.Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static <T> HystrixDynamicProperty<T> |
getProperty(HystrixDynamicProperties properties,
java.lang.String name,
T fallback,
java.lang.Class<T> type)
A convenience method to get a property by type (Class).
|
public static <T> HystrixDynamicProperty<T> getProperty(HystrixDynamicProperties properties, java.lang.String name, T fallback, java.lang.Class<T> type)
properties
- never null
name
- never null
fallback
- maybe null
type
- never null