Package io.quarkus.csrf.reactive.runtime
Class CsrfReactiveConfigRelocateInterceptor
java.lang.Object
io.smallrye.config.AbstractMappingConfigSourceInterceptor
io.smallrye.config.RelocateConfigSourceInterceptor
io.quarkus.csrf.reactive.runtime.CsrfReactiveConfigRelocateInterceptor
- All Implemented Interfaces:
io.smallrye.config.ConfigSourceInterceptor,Serializable
@Deprecated(forRemoval=true,
since="3.9")
public class CsrfReactiveConfigRelocateInterceptor
extends io.smallrye.config.RelocateConfigSourceInterceptor
Deprecated, for removal: This API element is subject to removal in a future version.
maps the old config to the new config, should be removed at some point
- See Also:
-
Field Summary
Fields inherited from interface io.smallrye.config.ConfigSourceInterceptor
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class io.smallrye.config.RelocateConfigSourceInterceptor
getValueMethods inherited from class io.smallrye.config.AbstractMappingConfigSourceInterceptor
getMapping, iterateNames
-
Constructor Details
-
CsrfReactiveConfigRelocateInterceptor
public CsrfReactiveConfigRelocateInterceptor()Deprecated, for removal: This API element is subject to removal in a future version.
-