Class JavaClassProperties
java.lang.Object
org.identityconnectors.framework.impl.api.local.JavaClassProperties
Class for translating from a Java class to ConfigurationProperties and from
ConfigurationProperties to a java class.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Configuration
createBean
(ConfigurationPropertiesImpl properties, Class<? extends Configuration> configClass) Given a configuration class and populated properties, creates a bean for it.static ConfigurationPropertiesImpl
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.
-
Field Details
-
GROOVY_LANG_GROOVY_OBJECT
- See Also:
-
-
Constructor Details
-
JavaClassProperties
public JavaClassProperties()
-
-
Method Details
-
createConfigurationProperties
Given a configuration class, creates the configuration properties for it. -
createBean
public static Configuration createBean(ConfigurationPropertiesImpl properties, Class<? extends Configuration> configClass) Given a configuration class and populated properties, creates a bean for it. -
mergeIntoBean
Given a configuration bean and populated properties, merges the properties into the bean.
-