public interface ConfiguredType
Modifier and Type | Method and Description |
---|---|
void |
configure(Object instance,
org.apache.tamaya.Configuration config)
This method actually configures an instance using the given configuration data.
|
Collection<ConfiguredField> |
getConfiguredFields()
Get the registered configured fields.
|
Collection<ConfiguredMethod> |
getConfiguredMethods()
Get the registered configured methods.
|
String |
getName()
Get the type's name.
|
Class |
getType()
Get the type's class.
|
Class getType()
String getName()
Collection<ConfiguredField> getConfiguredFields()
Collection<ConfiguredMethod> getConfiguredMethods()
void configure(Object instance, org.apache.tamaya.Configuration config)
instance
- The instance to be configured, not null.config
- the target config, not null.Copyright © 2014–2016 Apache Software Foundation. All rights reserved.