Package org.openehealth.ipf.commons.core.modules.api
package org.openehealth.ipf.commons.core.modules.api
-
ClassDescriptionAggregator<S,
T> Aggregates aCollection
of S objects into one T object.Converter<S,T> Abstract class that serializes parsing, translating and rendering steps.Extractor<S>Extracts a piece of information from an object addressed by a expressionParser<S>Defines methods for parsing a external representation of information into an internal model.Predicate<T>Predicate interface for matching a source object for certain criteria.Renderer<T>Interface for creating an externalized version of an internal object model.Splitter<S,T> Splits a S object into aCollection
of T objects.Transmogrifier<S,T> Translates one internal data structure into another one.Validator<S,P> Validation interface.