Package 

Class KotlinJacksonService

  • All Implemented Interfaces:
    io.bootique.jackson.JacksonService

    
    public final class KotlinJacksonService
     implements JacksonService
                        

    Returns JacksonService with com.fasterxml.jackson.module.kotlin.KotlinModule enabled.

    • Constructor Summary

      Constructors 
      Constructor Description
      KotlinJacksonService(TypesFactory<PolymorphicConfiguration> typesFactory)
    • Method Summary

      Modifier and Type Method Description
      ObjectMapper newObjectMapper()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KotlinJacksonService

        KotlinJacksonService(TypesFactory<PolymorphicConfiguration> typesFactory)