Package org.hippoecm.repository.util
Class PropertyValueGetterImpl
java.lang.Object
org.hippoecm.repository.util.PropertyValueGetterImpl
- All Implemented Interfaces:
ValueGetter<Property,
Object>
-
Constructor Summary
ConstructorDescriptionPropertyValueGetterImpl
(ValueGetter<Value, ?> singleValueGetter) PropertyValueGetterImpl
(ValueGetter<Value, ?> singleValueGetter, ValueGetter<Value[], ?> multiValueGetter) -
Method Summary
-
Constructor Details
-
PropertyValueGetterImpl
public PropertyValueGetterImpl(ValueGetter<Value, ?> singleValueGetter, ValueGetter<Value[], ?> multiValueGetter) -
PropertyValueGetterImpl
-
PropertyValueGetterImpl
public PropertyValueGetterImpl()
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceValueGetter<Property,
Object> - Throws:
RepositoryException
-