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

com.github.osvaldopina.linkbuilder.methodtemplate.urigenerator.AnnotatedMethodUriGenerator Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package com.github.osvaldopina.linkbuilder.methodtemplate.urigenerator;


import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
import java.util.List;

public interface AnnotatedMethodUriGenerator {

    boolean isAnnotated(Method method);

    List getLinksAnnotation(Method method);

    Annotation getSelfLinkAnnotaiton(Method method);

    String  generate(Method method, Annotation annotation, Object payLoad, Object[] params);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy