public class RegexExtractorInterceptorPassThroughSerializer extends Object implements RegexExtractorInterceptorSerializer
Constructor and Description |
---|
RegexExtractorInterceptorPassThroughSerializer() |
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-2016 Apache Software Foundation. All Rights Reserved.