Uses of Class
org.springframework.cloud.gateway.support.ShortcutConfigurable.ShortcutType
-
Packages that use ShortcutConfigurable.ShortcutType Package Description org.springframework.cloud.gateway.handler.predicate org.springframework.cloud.gateway.support -
-
Uses of ShortcutConfigurable.ShortcutType in org.springframework.cloud.gateway.handler.predicate
Methods in org.springframework.cloud.gateway.handler.predicate that return ShortcutConfigurable.ShortcutType Modifier and Type Method Description ShortcutConfigurable.ShortcutTypeHostRoutePredicateFactory. shortcutType()ShortcutConfigurable.ShortcutTypeMethodRoutePredicateFactory. shortcutType()ShortcutConfigurable.ShortcutTypePathRoutePredicateFactory. shortcutType()ShortcutConfigurable.ShortcutTypeRemoteAddrRoutePredicateFactory. shortcutType()ShortcutConfigurable.ShortcutTypeXForwardedRemoteAddrRoutePredicateFactory. shortcutType() -
Uses of ShortcutConfigurable.ShortcutType in org.springframework.cloud.gateway.support
Methods in org.springframework.cloud.gateway.support that return ShortcutConfigurable.ShortcutType Modifier and Type Method Description default ShortcutConfigurable.ShortcutTypeShortcutConfigurable. shortcutType()static ShortcutConfigurable.ShortcutTypeShortcutConfigurable.ShortcutType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShortcutConfigurable.ShortcutType[]ShortcutConfigurable.ShortcutType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-