public class ReflectionExtractorBuilder extends Object implements ExtractorBuilder
ExtractorBuilder
implementation that will build
instances of ReflectionExtractor
s.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)
ExtractorBuilder
ValueExtractor
for the given cache name, target and property chain.realize
in interface ExtractorBuilder
sCacheName
- 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