Interface Converter<S,T>
-
- All Known Subinterfaces:
GeoConverter
- All Known Implementing Classes:
GeoConverterImpl
,NcbiGeneConverter
public interface Converter<S,T>
Defines a class that can convert objects from one type to another.- Author:
- pavlidis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<T>
convert(Collection<? extends S> sourceDomainObjects)
T
convert(S sourceDomainObject)
-
-
-
Method Detail
-
convert
Collection<T> convert(Collection<? extends S> sourceDomainObjects)
-
-