Interface OperationModelsProviderPlugin

  • All Superinterfaces:
    org.springframework.plugin.core.Plugin<DocumentationType>

    public interface OperationModelsProviderPlugin
    extends org.springframework.plugin.core.Plugin<DocumentationType>
    • Method Detail

      • apply

        void apply​(RequestMappingContext context)
        Implement this method to collect input parameters and return values
        Parameters:
        context - - context that can be used to override the parameter attributes
        See Also:
        Operation, RequestMappingContext