Class DefaultHeaderFillerFactory
java.lang.Object
org.jboss.resteasy.microprofile.client.header.DefaultHeaderFillerFactory
- All Implemented Interfaces:
HeaderFillerFactory
- Author:
- Michal Szynkiewicz, michal.l.szynkiewicz@gmail.com 2020-07-10
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFiller(String value, String headerName, boolean required, Class<?> interfaceClass, Object clientProxy) int
-
Constructor Details
-
DefaultHeaderFillerFactory
public DefaultHeaderFillerFactory()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceHeaderFillerFactory
-
createFiller
public HeaderFiller createFiller(String value, String headerName, boolean required, Class<?> interfaceClass, Object clientProxy) - Specified by:
createFillerin interfaceHeaderFillerFactory
-