public class ObjectConfig
extends java.lang.Object
| Constructor and Description | 
|---|
| ObjectConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addConfigProperty(ConfigPropertyConfig property)Adds a new config property. | 
| java.lang.Class<?> | getType()Gets the config property type. | 
| java.lang.Object | instantiate()Instantiates the object and sets the default properties. | 
| void | setType(java.lang.Class<?> type)Sets the type. | 
public void setType(java.lang.Class<?> type)
             throws ConfigException
ConfigExceptionpublic java.lang.Class<?> getType()
public void addConfigProperty(ConfigPropertyConfig property) throws ConfigException
ConfigExceptionpublic java.lang.Object instantiate()
                             throws java.lang.Exception
java.lang.Exception