Interface WebResponseBodyInfo


public interface WebResponseBodyInfo

Describes the request body parameter in a route.

Since:
1.0
Author:
Jeremy Kuhn
  • Method Details

    • getType

      TypeMirror getType()

      Returns the actual type of the response body.

      When the response body is reactive, this corresponds to the type argument of the reactive type.

      Returns:
      the actual body type
    • getBodyKind

      Returns the response body kind.

      Returns:
      the response body kind
    • getBodyReactiveKind

      Returns the response body reactive kind.

      Returns:
      the response body reactive kind