Interface Validatable<TParam>

Type Parameters:
TParam - パラメータの型。
All Known Implementing Classes:
HttpRequest, HttpRequestWrapper, JaxRsHttpRequest, MockHttpRequest, RestMockHttpRequest

@Published(tag="architect") public interface Validatable<TParam>
ValidationUtil でバリデーション可能なオブジェクトが実装するインタフェース。
バリデーション対象のパラメータを Map で取得するメソッドを持つ。
  • Method Summary

    Modifier and Type
    Method
    Description
    バリデーションを行うパラメータのMapを返す。
  • Method Details

    • getParamMap

      Map<String,TParam> getParamMap()
      バリデーションを行うパラメータのMapを返す。
      Returns:
      バリデーションを行うパラメータのMap