Package feign
Interface Contract
-
- All Known Implementing Classes:
Contract.BaseContract,Contract.Default
public interface ContractDefines what annotations and values are valid on interfaces.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContract.BaseContractstatic classContract.Default
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<MethodMetadata>parseAndValidatateMetadata(java.lang.Class<?> targetType)Called to parse the methods in the class that are linked to HTTP requests.
-
-
-
Method Detail
-
parseAndValidatateMetadata
java.util.List<MethodMetadata> parseAndValidatateMetadata(java.lang.Class<?> targetType)
Called to parse the methods in the class that are linked to HTTP requests.- Parameters:
targetType-typeof the Feign interface.
-
-