@Component public class ConfigObjectFactory extends Object
| Constructor and Description |
|---|
ConfigObjectFactory(PriorityPropertyFactory propertyFactory) |
| Modifier and Type | Method and Description |
|---|---|
<T> ConfigObject<T> |
create(Class<T> cls,
Map<String,Object> parameters) |
<T> ConfigObject<T> |
create(T instance,
Map<String,Object> parameters) |
List<ConfigObjectProperty> |
createProperties(Object instance,
String prefix,
Map<String,Object> parameters) |
PriorityPropertyFactory |
getPropertyFactory() |
public ConfigObjectFactory(PriorityPropertyFactory propertyFactory)
public PriorityPropertyFactory getPropertyFactory()
public <T> ConfigObject<T> create(Class<T> cls, Map<String,Object> parameters)
public <T> ConfigObject<T> create(T instance, Map<String,Object> parameters)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.