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

com.zvoykish.restdl.generator.ContentGenerator Maven / Gradle / Ivy

package com.zvoykish.restdl.generator;

import com.zvoykish.restdl.objects.TypedObject;

import java.util.Map;

/**
 * Created with IntelliJ IDEA.
 * User: Zvoykish
 * Date: 1/11/14
 * Time: 19:07
 */
public interface ContentGenerator {
    String generateContent(T object, String className, Map typeMap);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy