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