public interface Contract
| Modifier and Type | Interface and Description |
|---|---|
static class |
Contract.BaseContract |
static class |
Contract.Default |
| Modifier and Type | Method and Description |
|---|---|
List<MethodMetadata> |
parseAndValidatateMetadata(Class<?> targetType)
Called to parse the methods in the class that are linked to HTTP requests.
|
List<MethodMetadata> parseAndValidatateMetadata(Class<?> targetType)
targetType - type of the Feign interface.Copyright © 2012–2016 OpenFeign. All rights reserved.