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

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

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

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy