![JAR search and dependency download from the Maven repository](/logo.png)
com.jayway.jaxrs.hateoas.HateoasViewFactory Maven / Gradle / Ivy
The newest version!
package com.jayway.jaxrs.hateoas;
/**
* Creates a view representation using the given template and model;
*
* @author Kalle Stenflo
*/
public interface HateoasViewFactory {
public Object createView(String template, Object model);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy