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

software.crldev.elrondspringbootstarterreactive.domain.ApiModelToDomainConvertible Maven / Gradle / Ivy

Go to download

A SpringBoot Starter solution designed to ensure easy and efficient integration with the Elrond Network using a Reactive API layer.

The newest version!
package software.crldev.elrondspringbootstarterreactive.domain;

/**
 * An Interface describing the behaviour
 * of a API object model converting into a domain object
 *
 * @author carlo_stanciu
 *
 * @param  - domain object type
 */
public interface ApiModelToDomainConvertible {

    /**
     * Method used to map API object model to a domain object
     *
     * @return - T domain object
     */
    T toDomainObject();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy