public interface CollectionConverter
Modifier and Type | Interface and Description |
---|---|
static interface |
CollectionConverter.CreateObjectCallback |
Modifier and Type | Method and Description |
---|---|
boolean |
isApplicableValuesToObjects(Class<?> clazz) |
Object |
toObjects(javax.jcr.Value[] values,
CollectionConverter.CreateObjectCallback callback)
Returns a collection of objects.
|
boolean isApplicableValuesToObjects(Class<?> clazz)
Object toObjects(javax.jcr.Value[] values, CollectionConverter.CreateObjectCallback callback) throws NodeConverterException, javax.jcr.RepositoryException
NodeConverterException
javax.jcr.RepositoryException
Copyright © 2013. All rights reserved.