Class AbstractEurekaJacksonCodec

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addMiniConfig​(com.fasterxml.jackson.databind.ObjectMapper mapper)  
      abstract <T> com.fasterxml.jackson.databind.ObjectMapper getObjectMapper​(java.lang.Class<T> type)  
      <T> void writeTo​(T object, java.io.OutputStream entityStream)  
      • Methods inherited from class java.lang.Object

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

      • MINI_AMAZON_INFO_INCLUDE_KEYS

        protected static final java.util.Set<java.lang.String> MINI_AMAZON_INFO_INCLUDE_KEYS
    • Constructor Detail

      • AbstractEurekaJacksonCodec

        public AbstractEurekaJacksonCodec()
    • Method Detail

      • getObjectMapper

        public abstract <T> com.fasterxml.jackson.databind.ObjectMapper getObjectMapper​(java.lang.Class<T> type)
      • writeTo

        public <T> void writeTo​(T object,
                                java.io.OutputStream entityStream)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • addMiniConfig

        protected void addMiniConfig​(com.fasterxml.jackson.databind.ObjectMapper mapper)