Package org.hippoecm.repository.util
Interface ValueGetter<X,Y>
-
- All Known Implementing Classes:
PropertyValueGetterImpl
public interface ValueGetter<X,Y>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Y
getValue(X source)
-
-
-
Method Detail
-
getValue
Y getValue(X source) throws RepositoryException
- Throws:
RepositoryException
-
-