public interface PropertyResolver<V>
Modifier and Type | Method and Description |
---|---|
V |
resolveProperty(Object configurationValue,
Class<V> propertyClass)
Resolve property value from configuration (usually XML configuration) to real property value, which will be used
in IDM configuration
|
V resolveProperty(Object configurationValue, Class<V> propertyClass)
configurationValue
- object from XML configuration. Type of this object is usually String
(for simple text value of XML property)propertyClass
- type of property to returnCopyright © 2016 JBoss by Red Hat. All rights reserved.