Class KatoResultDecoder

  • All Implemented Interfaces:
    feign.codec.Decoder

    public class KatoResultDecoder
    extends java.lang.Object
    implements feign.codec.Decoder
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface feign.codec.Decoder

        feign.codec.Decoder.Default
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object decode​(feign.Response response, java.lang.reflect.Type type)  
      • Methods inherited from class java.lang.Object

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

      • KatoResultDecoder

        public KatoResultDecoder()
    • Method Detail

      • decode

        public java.lang.Object decode​(feign.Response response,
                                       java.lang.reflect.Type type)
                                throws java.io.IOException,
                                       feign.FeignException
        Specified by:
        decode in interface feign.codec.Decoder
        Throws:
        java.io.IOException
        feign.FeignException