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

com.nkasenides.athlos.proto.Transmittable Maven / Gradle / Ivy

The newest version!
package com.nkasenides.athlos.proto;

import com.google.protobuf.GeneratedMessageV3;

/**
 * A helper interface, providing support to convert objects from POJO to concrete PB types.
 * @param  The type of PB object.
 */
public interface Transmittable> {

    /**
     * Converts the object to a concrete PB object.
     * @return Returns a PB object.
     */
    T toProto();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy