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 classInvocationHandlerFactory.DefaultMethods in feign with parameters of type InvocationHandlerFactory Modifier and Type Method Description Feign.BuilderFeign.Builder. invocationHandlerFactory(InvocationHandlerFactory invocationHandlerFactory)Allows you to override how reflective dispatch works inside of Feign.
-