Package feign

Interface Contract

    • 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 - type of the Feign interface.