All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.protostream.impl.parser.mappers.Mapper Maven / Gradle / Ivy

package org.infinispan.protostream.impl.parser.mappers;

/**
 * Converter for objects.
 *
 * @param  Source type
 * @param  converted type
 * @since 2.0
 */
interface Mapper {

   T map(S input);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy