Package feign

Class ReflectiveFeign


  • public class ReflectiveFeign
    extends Feign
    • Method Detail

      • newInstance

        public <T> T newInstance​(Target<T> target)
        creates an api binding to the target. As this invokes reflection, care should be taken to cache the result.
        Specified by:
        newInstance in class Feign