Uses of Interface
feign.Target
-
Packages that use Target Package Description feign -
-
Uses of Target in feign
Classes in feign that implement Target Modifier and Type Class Description static classTarget.EmptyTarget<T>static classTarget.HardCodedTarget<T>Methods in feign with parameters of type Target Modifier and Type Method Description java.lang.reflect.InvocationHandlerInvocationHandlerFactory. create(Target target, java.util.Map<java.lang.reflect.Method,InvocationHandlerFactory.MethodHandler> dispatch)java.lang.reflect.InvocationHandlerInvocationHandlerFactory.Default. create(Target target, java.util.Map<java.lang.reflect.Method,InvocationHandlerFactory.MethodHandler> dispatch)abstract <T> TFeign. newInstance(Target<T> target)Returns a new instance of an HTTP API, defined by annotations in theContract, for the specifiedtarget.<T> TReflectiveFeign. newInstance(Target<T> target)creates an api binding to thetarget.<T> TFeign.Builder. target(Target<T> target)
-