public abstract class TypedProperties<E extends Enum<?> & TypedPropertyKey> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TypedProperties(Class<E> keyClass,
Properties props) |
protected TypedProperties(Class<E> keyClass, Properties props)
public final <T> T getValue(E key)
T - class type of return valuekey - property keyCopyright © 2023 The Apache Software Foundation. All rights reserved.