| Methods in org.compass.core.converter.mapping.osem with parameters of type AbstractCollectionMapping |
protected void |
CollectionMappingConverter.addValue(Object col,
int index,
Object value,
AbstractCollectionMapping mapping,
MarshallingContext context)
|
protected void |
ArrayMappingConverter.addValue(Object col,
int index,
Object value,
AbstractCollectionMapping mapping,
MarshallingContext context)
|
protected abstract void |
AbstractCollectionMappingConverter.addValue(Object col,
int index,
Object value,
AbstractCollectionMapping mapping,
MarshallingContext context)
|
protected Object |
CollectionMappingConverter.createColObject(Getter getter,
AbstractCollectionMapping.CollectionType collectionType,
int size,
AbstractCollectionMapping mapping,
MarshallingContext context)
|
protected Object |
ArrayMappingConverter.createColObject(Getter getter,
AbstractCollectionMapping.CollectionType collectionType,
int size,
AbstractCollectionMapping mapping,
MarshallingContext context)
|
protected abstract Object |
AbstractCollectionMappingConverter.createColObject(Getter getter,
AbstractCollectionMapping.CollectionType collectionType,
int size,
AbstractCollectionMapping mapping,
MarshallingContext context)
|
protected int |
CollectionMappingConverter.marshallIterateData(Object root,
AbstractCollectionMapping colMapping,
Resource resource,
MarshallingContext context)
|
protected int |
ArrayMappingConverter.marshallIterateData(Object root,
AbstractCollectionMapping colMapping,
Resource resource,
MarshallingContext context)
|
protected abstract int |
AbstractCollectionMappingConverter.marshallIterateData(Object root,
AbstractCollectionMapping colMapping,
Resource resource,
MarshallingContext context)
Marhall the data, returning the number of elements that were actually stored in the index
(and can later be read). |