Class AddRequestHeaderGatewayFilterFactory
java.lang.Object
org.springframework.cloud.gateway.support.AbstractConfigurable<AbstractNameValueGatewayFilterFactory.NameValueConfig>
org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory<AbstractNameValueGatewayFilterFactory.NameValueConfig>
org.springframework.cloud.gateway.filter.factory.AbstractNameValueGatewayFilterFactory
org.springframework.cloud.gateway.filter.factory.AddRequestHeaderGatewayFilterFactory
- All Implemented Interfaces:
org.springframework.beans.factory.Aware, GatewayFilterFactory<AbstractNameValueGatewayFilterFactory.NameValueConfig>, Configurable<AbstractNameValueGatewayFilterFactory.NameValueConfig>, ShortcutConfigurable, org.springframework.context.ApplicationEventPublisherAware
- Author:
- Spencer Gibb
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractNameValueGatewayFilterFactory
AbstractNameValueGatewayFilterFactory.NameValueConfigNested classes/interfaces inherited from class AbstractGatewayFilterFactory
AbstractGatewayFilterFactory.NameConfigNested classes/interfaces inherited from interface ShortcutConfigurable
ShortcutConfigurable.GatewayBeanFactoryResolver, ShortcutConfigurable.GatewayEvaluationContext, ShortcutConfigurable.RestrictivePropertyAccessor, ShortcutConfigurable.ShortcutType -
Field Summary
Fields inherited from interface GatewayFilterFactory
NAME_KEY, VALUE_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class AbstractNameValueGatewayFilterFactory
shortcutFieldOrderMethods inherited from class AbstractGatewayFilterFactory
enableBodyCaching, getPublisher, setApplicationEventPublisherMethods inherited from class AbstractConfigurable
getConfigClass, newConfig, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface GatewayFilterFactory
apply, apply, apply, getConfigClass, name, newConfigMethods inherited from interface ShortcutConfigurable
shortcutFieldPrefix, shortcutType
-
Constructor Details
-
AddRequestHeaderGatewayFilterFactory
public AddRequestHeaderGatewayFilterFactory()
-
-
Method Details
-
apply
-