public class ReflectionExtractorBuilder extends Object implements ExtractorBuilder
ExtractorBuilder implementation that will build
instances of ReflectionExtractors.| Constructor and Description |
|---|
ReflectionExtractorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ValueExtractor |
realize(String sCacheName,
int nTarget,
String sProperties)
Create a
ValueExtractor for the given cache name, target and property chain. |
public ValueExtractor realize(String sCacheName, int nTarget, String sProperties)
ExtractorBuilderValueExtractor for the given cache name, target and property chain.realize in interface ExtractorBuildersCacheName - the name of the cache the ValueExtractor will be invoked againstnTarget - the target for the ValueExtractorsProperties - the path to the property value to extractValueExtractor for the given cache name, target and properties