Interface JacksonValueMapperFactory.Configurer
-
- All Known Implementing Classes:
JacksonValueMapperFactory.AbstractClassAdapterConfigurer,JacksonValueMapperFactory.ImplicitModuleConfigurer
- Enclosing class:
- JacksonValueMapperFactory
- 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 static interface JacksonValueMapperFactory.Configurer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperconfigure(JacksonValueMapperFactory.ConfigurerParams params)
-
-
-
Method Detail
-
configure
com.fasterxml.jackson.databind.ObjectMapper configure(JacksonValueMapperFactory.ConfigurerParams params)
-
-