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

com.hltech.pact.gen.domain.client.ClientMethodRepresentationExtractor Maven / Gradle / Ivy

The newest version!
package com.hltech.pact.gen.domain.client;

import com.hltech.pact.gen.domain.client.model.ClientMethodRepresentation;

import java.lang.reflect.Method;

public interface ClientMethodRepresentationExtractor {

    ClientMethodRepresentation extractClientMethodRepresentation(Method clientMethod);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy