クラス WebConverters

java.lang.ObjectSE
org.springframework.hateoas.config.WebConverters

public class WebConverters extends ObjectSE
ハイパーメディア関連の HttpMessageConverter の登録を処理する値の型。
作成者:
Oliver Drotbohm
  • メソッドの詳細

    • of

      public static WebConverters of(tools.jackson.databind.json.JsonMapper mapper, ListSE<HypermediaMappingInformation> mappingInformations)
      指定された JsonMapper および HypermediaMappingInformation から新しい WebConverters を作成します。
      パラメーター:
      mapper - null であってはなりません。
      mappingInformations - null であってはなりません。
      戻り値:
    • augmentServer

      public void augmentServer(ListSE<org.springframework.http.converter.HttpMessageConverter<?>> converters)
      指定された HttpMessageConverterListSE をハイパーメディア対応の ListSE で拡張します。
      パラメーター:
      converters - null であってはなりません。
    • augmentClient

      public void augmentClient(ListSE<org.springframework.http.converter.HttpMessageConverter<?>> converters)