クラス WebConverters
java.lang.ObjectSE
org.springframework.hateoas.config.WebConverters
ハイパーメディア関連の
HttpMessageConverter の登録を処理する値の型。- 作成者:
- Oliver Drotbohm
メソッドのサマリー
修飾子と型メソッド説明voidaugmentClient(ListSE<org.springframework.http.converter.HttpMessageConverter<?>> converters) voidaugmentServer(ListSE<org.springframework.http.converter.HttpMessageConverter<?>> converters) static WebConvertersof(tools.jackson.databind.json.JsonMapper mapper, ListSE<HypermediaMappingInformation> mappingInformations)
メソッドの詳細
of
public static WebConverters of(tools.jackson.databind.json.JsonMapper mapper, ListSE<HypermediaMappingInformation> mappingInformations) - パラメーター:
mapper- null であってはなりません。mappingInformations- null であってはなりません。- 戻り値:
augmentServer
public void augmentServer(ListSE<org.springframework.http.converter.HttpMessageConverter<?>> converters) - パラメーター:
converters- null であってはなりません。
augmentClient
public void augmentClient(ListSE<org.springframework.http.converter.HttpMessageConverter<?>> converters)