public class CompoundObjectMapping extends ObjectMapping
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundObjectMapping.FieldMappingIterator |
| Constructor and Description |
|---|
CompoundObjectMapping(CompoundObjectType compoundObjectType,
Map<Class<?>,ObjectMapping> typeMappings,
Object toAccept) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<FieldMapping> |
fieldMappingsIterator() |
FieldMapping |
getFieldMappingForField(String fieldName) |
boolean |
shouldPerformFieldMapping(FieldMapping fieldMapping) |
getNodeLabelMapping, mapPropertiesFromObject, mapPropertiesToObject, setNodeLabelMappingpublic CompoundObjectMapping(CompoundObjectType compoundObjectType, Map<Class<?>,ObjectMapping> typeMappings, Object toAccept)
public Iterator<FieldMapping> fieldMappingsIterator()
fieldMappingsIterator in class ObjectMappingpublic boolean shouldPerformFieldMapping(FieldMapping fieldMapping)
shouldPerformFieldMapping in class ObjectMappingpublic FieldMapping getFieldMappingForField(String fieldName)
getFieldMappingForField in class ObjectMappingCopyright © 2016. All rights reserved.