public class RegexExtractorInterceptorPassThroughSerializer extends Object implements RegexExtractorInterceptorSerializer
Constructor and Description |
---|
RegexExtractorInterceptorPassThroughSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
configure(ComponentConfiguration conf) |
void |
configure(Context context)
Request the implementing class to (re)configure itself.
|
String |
serialize(String value) |
public RegexExtractorInterceptorPassThroughSerializer()
public String serialize(String value)
serialize
in interface RegexExtractorInterceptorSerializer
value
- The value extracted by the RegexExtractorInterceptor
public void configure(Context context)
Configurable
Request the implementing class to (re)configure itself.
When configuration parameters are changed, they must be reflected by the component asap.
There are no thread safety guarantees on when configure might be called.
configure
in interface Configurable
public void configure(ComponentConfiguration conf)
configure
in interface ConfigurableComponent
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.