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 Detail

      • convert

        T convert​(S sourceDomainObject)