Uses of Interface
feign.InvocationHandlerFactory
-
Packages that use InvocationHandlerFactory Package Description feign -
-
Uses of InvocationHandlerFactory in feign
Classes in feign that implement InvocationHandlerFactory Modifier and Type Class Description static class
InvocationHandlerFactory.Default
Methods in feign with parameters of type InvocationHandlerFactory Modifier and Type Method Description Feign.Builder
Feign.Builder. invocationHandlerFactory(InvocationHandlerFactory invocationHandlerFactory)
Allows you to override how reflective dispatch works inside of Feign.
-