Uses of Interface
nablarch.fw.jaxrs.BodyConverter
Packages that use BodyConverter
-
Uses of BodyConverter in nablarch.fw.jaxrs
Classes in nablarch.fw.jaxrs that implement BodyConverterModifier and TypeClassDescriptionclass
BodyConverter
の実装クラスをサポートするクラス。class
"application/x-www-form-urlencoded"に対するリクエスト/レスポンスの変換を行うクラス。class
JAXBを使用してリクエスト/レスポンスの変換を行うBodyConverter
実装クラス。Methods in nablarch.fw.jaxrs with parameters of type BodyConverterModifier and TypeMethodDescriptionvoid
BodyConvertHandler.addBodyConverter
(BodyConverter bodyConverter) BodyConverter
を追加する。Method parameters in nablarch.fw.jaxrs with type arguments of type BodyConverterModifier and TypeMethodDescriptionvoid
BodyConvertHandler.setBodyConverters
(List<BodyConverter> bodyConverters) BodyConverter
のリストを設定する。 既に設定されていたBodyConverter
のリストは破棄される。