Package org.hippoecm.repository.util
Class PropertyValueGetterImpl
- java.lang.Object
-
- org.hippoecm.repository.util.PropertyValueGetterImpl
-
- All Implemented Interfaces:
ValueGetter<javax.jcr.Property,Object>
public final class PropertyValueGetterImpl extends Object implements ValueGetter<javax.jcr.Property,Object>
-
-
Constructor Summary
Constructors Constructor Description PropertyValueGetterImpl()
PropertyValueGetterImpl(ValueGetter<javax.jcr.Value,?> singleValueGetter)
PropertyValueGetterImpl(ValueGetter<javax.jcr.Value,?> singleValueGetter, ValueGetter<javax.jcr.Value[],?> multiValueGetter)
-
-
-
Constructor Detail
-
PropertyValueGetterImpl
public PropertyValueGetterImpl(ValueGetter<javax.jcr.Value,?> singleValueGetter, ValueGetter<javax.jcr.Value[],?> multiValueGetter)
-
PropertyValueGetterImpl
public PropertyValueGetterImpl(ValueGetter<javax.jcr.Value,?> singleValueGetter)
-
PropertyValueGetterImpl
public PropertyValueGetterImpl()
-
-
Method Detail
-
getValue
public Object getValue(javax.jcr.Property property) throws javax.jcr.RepositoryException
- Specified by:
getValue
in interfaceValueGetter<javax.jcr.Property,Object>
- Throws:
javax.jcr.RepositoryException
-
-