![JAR search and dependency download from the Maven repository](/logo.png)
com.hltech.pact.gen.domain.client.annotation.handlers.AnnotatedMethodHandler Maven / Gradle / Ivy
package com.hltech.pact.gen.domain.client.annotation.handlers;
import com.hltech.pact.gen.domain.client.model.RequestRepresentation;
import java.lang.reflect.Method;
public interface AnnotatedMethodHandler {
boolean isSupported(Method method);
RequestRepresentation handleRequest(Method method);
String[] getResponseMediaHeaders(Method method);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy