Interface JacksonBodyConverter.ObjectMapperFactory

Enclosing class:
JacksonBodyConverter

public static interface JacksonBodyConverter.ObjectMapperFactory
ObjectMapperのfactoryインターフェイス
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.ObjectMapper
     
  • Method Details

    • create

      com.fasterxml.jackson.databind.ObjectMapper create()