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 TypeClassDescriptionclassBodyConverterの実装クラスをサポートするクラス。class"application/x-www-form-urlencoded"に対するリクエスト/レスポンスの変換を行うクラス。classJAXBを使用してリクエスト/レスポンスの変換を行うBodyConverter実装クラス。Methods in nablarch.fw.jaxrs with parameters of type BodyConverterModifier and TypeMethodDescriptionvoidBodyConvertHandler.addBodyConverter(BodyConverter bodyConverter) BodyConverterを追加する。Method parameters in nablarch.fw.jaxrs with type arguments of type BodyConverterModifier and TypeMethodDescriptionvoidBodyConvertHandler.setBodyConverters(List<BodyConverter> bodyConverters) BodyConverterのリストを設定する。 既に設定されていたBodyConverterのリストは破棄される。