T
- public interface IMappingProvider<T> extends IMappingValuesProvider
Modifier and Type | Interface and Description |
---|---|
static interface |
IMappingProvider.DataType
All supported data types
|
static interface |
IMappingProvider.IMappingType
Mapping object type
|
Modifier and Type | Method and Description |
---|---|
Object |
getValue(T mappedObject,
String mappingStructureName)
Gets the value of a mappingStructure.
|
void |
setValue(T mappedObject,
String mappingStructureName,
Object value)
Sets a value to a mappingStructure.
|
getValues
Copyright © 2021 Visiativ Software. All rights reserved.