Interface SmartTalkObjectMapperCustomizer<M extends com.fasterxml.jackson.databind.ObjectMapper>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SmartTalkObjectMapperCustomizer<M extends com.fasterxml.jackson.databind.ObjectMapper>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(M mapper)
     
  • Method Details

    • configure

      void configure(M mapper)