Class MSF4JDecoder

  • All Implemented Interfaces:
    feign.codec.Decoder

    public class MSF4JDecoder
    extends java.lang.Object
    implements feign.codec.Decoder
    Decoder for fegin client.
    • Nested Class Summary

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

        feign.codec.Decoder.Default
    • Constructor Summary

      Constructors 
      Constructor Description
      MSF4JDecoder()  
    • 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

      • MSF4JDecoder

        public MSF4JDecoder()
    • 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