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

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