public class ConfigObject<T> extends Object
| Constructor and Description |
|---|
ConfigObject(T instance,
List<ConfigObjectProperty> properties) |
| Modifier and Type | Method and Description |
|---|---|
T |
getInstance() |
List<ConfigObjectProperty> |
getProperties() |
public ConfigObject(T instance, List<ConfigObjectProperty> properties)
public T getInstance()
public List<ConfigObjectProperty> getProperties()
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.