|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.identityconnectors.framework.impl.api.local.JavaClassProperties
public class JavaClassProperties
Class for translating from a Java class to ConfigurationProperties and from ConfigurationProperties to a java class.
| Constructor Summary | |
|---|---|
JavaClassProperties()
|
|
| Method Summary | |
|---|---|
static Configuration |
createBean(ConfigurationPropertiesImpl properties,
Class<? extends Configuration> configClass)
Given a configuration class and populated properties, creates a bean for it. |
static ConfigurationPropertiesImpl |
createConfigurationProperties(Configuration config)
Given a configuration class, creates the configuration properties for it. |
static void |
mergeIntoBean(ConfigurationPropertiesImpl properties,
Configuration config)
Given a configuration bean and populated properties, merges the properties into the bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaClassProperties()
| Method Detail |
|---|
public static ConfigurationPropertiesImpl createConfigurationProperties(Configuration config)
public static Configuration createBean(ConfigurationPropertiesImpl properties,
Class<? extends Configuration> configClass)
public static void mergeIntoBean(ConfigurationPropertiesImpl properties,
Configuration config)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||