Uses of Interface
org.hippoecm.repository.util.ValueGetter
-
Packages that use ValueGetter Package Description org.hippoecm.repository.util -
-
Uses of ValueGetter in org.hippoecm.repository.util
Classes in org.hippoecm.repository.util that implement ValueGetter Modifier and Type Class Description class
PropertyValueGetterImpl
Constructors in org.hippoecm.repository.util with parameters of type ValueGetter Constructor Description PropertyValueGetterImpl(ValueGetter<Value,?> singleValueGetter)
PropertyValueGetterImpl(ValueGetter<Value,?> singleValueGetter, ValueGetter<Value[],?> multiValueGetter)
-