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> |
parseAndValidateMetadata(Class<?> targetType)
Called to parse the methods in the class that are linked to HTTP requests.
|
List<MethodMetadata> parseAndValidateMetadata(Class<?> targetType)
targetType
- type
of the Feign interface.Copyright © 2012–2021 OpenFeign. All rights reserved.