public class JcrIndexedMultiPropertyValueProvider extends Object implements ItemProviderStrategy<javax.jcr.Property,javax.jcr.Property>
Value
is represented as a single-value Property
by combining
the multivalue property and index of the value in the array in a SingleValueWrapper
.
This is done to conform JcrDatasource
API
which works with Item
s.SingleValueWrapper
ItemProviderStrategy.WithSameTypeReference<T>
Modifier and Type | Method and Description |
---|---|
Optional<javax.jcr.Property> |
read(javax.jcr.Property property) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read
public Optional<javax.jcr.Property> read(javax.jcr.Property property)
read
in interface ItemProviderStrategy<javax.jcr.Property,javax.jcr.Property>
Copyright © 2020 Magnolia International Ltd.. All rights reserved.