程序包 top.codef.web

接口 CurrentRequetBodyResolver

所有超级接口:
org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
所有已知实现类:
DefaultRequestBodyResolver

public interface CurrentRequetBodyResolver extends org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
  • 方法概要

    修饰符和类型
    方法
    说明
    default String
     
    void
     

    从接口继承的方法 org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice

    afterBodyRead, beforeBodyRead, handleEmptyBody, supports
  • 方法详细资料

    • getRequestBody

      default String getRequestBody()
    • remove

      void remove()