public interface Contract
| Modifier and Type | Interface and Description |
|---|---|
static class |
Contract.BaseContract |
static class |
Contract.Default |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MethodMetadata> |
parseAndValidatateMetadata(java.lang.Class<?> targetType)
Called to parse the methods in the class that are linked to HTTP requests.
|
java.util.List<MethodMetadata> parseAndValidatateMetadata(java.lang.Class<?> targetType)
targetType - type of the Feign interface.