Uses of Interface
nablarch.fw.web.RestTestBodyConverter
Packages that use RestTestBodyConverter
-
Uses of RestTestBodyConverter in nablarch.fw.web
Classes in nablarch.fw.web that implement RestTestBodyConverterModifier and TypeClassDescriptionclass
Jacksonを使用してbodyを変換するためのRestTestBodyConverter
実装クラス。class
String
型のbodyを返すためのRestTestBodyConverter
実装クラス。Method parameters in nablarch.fw.web with type arguments of type RestTestBodyConverterModifier and TypeMethodDescriptionvoid
RestMockHttpRequestBuilder.setBodyConverters
(Collection<? extends RestTestBodyConverter> bodyConverters) 利用可能なRestTestBodyConverter
を設定する。Constructor parameters in nablarch.fw.web with type arguments of type RestTestBodyConverterModifierConstructorDescriptionRestMockHttpRequest
(Collection<? extends RestTestBodyConverter> bodyConverters, String defaultContentType) 引数で渡されたRestTestBodyConverter
のCollection
とデフォルトContent-Typeを持つオブジェクトを生成する。