public class JavaClassProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
GROOVY_LANG_GROOVY_OBJECT |
| Constructor and Description |
|---|
JavaClassProperties() |
| Modifier and Type | Method and Description |
|---|---|
static org.identityconnectors.framework.spi.Configuration |
createBean(ConfigurationPropertiesImpl properties,
Class<? extends org.identityconnectors.framework.spi.Configuration> configClass)
Given a configuration class and populated properties, creates a bean for
it.
|
static ConfigurationPropertiesImpl |
createConfigurationProperties(org.identityconnectors.framework.spi.Configuration config)
Given a configuration class, creates the configuration properties for it.
|
static void |
mergeIntoBean(ConfigurationPropertiesImpl properties,
org.identityconnectors.framework.spi.Configuration config)
Given a configuration bean and populated properties, merges the
properties into the bean.
|
protected static final String GROOVY_LANG_GROOVY_OBJECT
public static ConfigurationPropertiesImpl createConfigurationProperties(org.identityconnectors.framework.spi.Configuration config)
public static org.identityconnectors.framework.spi.Configuration createBean(ConfigurationPropertiesImpl properties, Class<? extends org.identityconnectors.framework.spi.Configuration> configClass)
public static void mergeIntoBean(ConfigurationPropertiesImpl properties, org.identityconnectors.framework.spi.Configuration config)
Copyright © 2018. All rights reserved.