Interface HttpRequestCommand<TResult>

All Superinterfaces:
CreateHttpRequestCommand
All Known Implementing Classes:
StringBodyApiMethod, TypeApiMethod, TypeBodyApiMethod

public interface HttpRequestCommand<TResult> extends CreateHttpRequestCommand
  • Method Details

    • resultType

      com.fasterxml.jackson.core.type.TypeReference<TResult> resultType()