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