Object |
ObjectMapper.convertObject(Object value,
Class<?> expectedType) |
Converts the given object to the expected type.
|
Object |
SailpointObjectMapper.convertObject(Object value,
Class<?> expectedType) |
Converts the given object to the expected type.
|
T |
ObjectMapper.decode(Map<String,Object> map) |
Decodes the given Map object into an instance of the mapped type.
|
T |
ObjectMapper.decode(Map<String,Object> map,
boolean cache) |
Decodes the given Map object into an instance of the mapped type.
|
T |
SailpointObjectMapper.decode(sailpoint.object.Configuration configuration) |
Decodes the given Configuration object into an instance of the mapped type.
|
T |
SailpointObjectMapper.decode(sailpoint.object.Configuration configuration,
boolean cache) |
Decodes the given Configuration object into an instance of the mapped type.
|
T |
SailpointObjectMapper.decode(sailpoint.object.Custom configuration) |
Decodes the given Custom object into an instance of the mapped type.
|
T |
SailpointObjectMapper.decode(sailpoint.object.Custom configuration,
boolean cache) |
Decodes the given Custom object into an instance of the mapped type.
|
static <T> T |
SailpointObjectMapper.fromConfiguration(sailpoint.api.SailPointContext context,
String configName,
Class<T> type) |
Returns the object mapped from the given Configuration
|
void |
ObjectMapper.Convertible.initializeFrom(Object input) |
Initializes this object from the given input
|
void |
MapDecodable.initializeFromMap(Map<String,Object> input) |
Initializes this object from a Map
|