Uses of Interface
com.tangosol.coherence.dslquery.ExtractorBuilder
Packages that use ExtractorBuilder
Package
Description
Contains packages and classes supporting the Coherence CohQL command line tool.
Contains classes related to the Coherence REST pluggable query engine.
- 
Uses of ExtractorBuilder in com.tangosol.coherence.dslquery
Classes in com.tangosol.coherence.dslquery that implement ExtractorBuilderModifier and TypeClassDescriptionclassAnExtractorBuilderimplementation that delegates buildingValueExtractors to a chain of ExtractorBuilders and returns the result from the first ExtractorBuilder to return a non-null value from itsChainedExtractorBuilder.realize(String, int, String)method.classAnExtractorBuilderimplementation that will build instances ofReflectionExtractors.classAnExtractorBuilderimplementation that will build instances ofUniversalExtractors.Fields in com.tangosol.coherence.dslquery declared as ExtractorBuilderModifier and TypeFieldDescriptionprotected ExtractorBuilderCoherenceQueryLanguage.m_bldrExtractorTheExtractorBuilderthat will be used to realizeValueExtractors to be used by CohQL.Fields in com.tangosol.coherence.dslquery with type parameters of type ExtractorBuilderModifier and TypeFieldDescriptionprotected final List<ExtractorBuilder> ChainedExtractorBuilder.f_listBuildersThe chain ofExtractorBuilders to delegate to.Methods in com.tangosol.coherence.dslquery that return ExtractorBuilderModifier and TypeMethodDescriptionCoherenceQueryLanguage.getExtractorBuilder()Return theExtractorBuilderto use to buildValueExtractors.Methods in com.tangosol.coherence.dslquery with parameters of type ExtractorBuilderModifier and TypeMethodDescriptionvoidCoherenceQueryLanguage.setExtractorBuilder(ExtractorBuilder builder) Set theExtractorBuilderthat will be used by CohQL queries to buildValueExtractors.Constructors in com.tangosol.coherence.dslquery with parameters of type ExtractorBuilderModifierConstructorDescriptionChainedExtractorBuilder(ExtractorBuilder... aBuilders) Construct a ChainedExtractorBuilder that uses the specified chain ofExtractorBuilders to realize instances ofValueExtractors. - 
Uses of ExtractorBuilder in com.tangosol.coherence.rest.query
Fields in com.tangosol.coherence.rest.query declared as ExtractorBuilderModifier and TypeFieldDescriptionstatic final ExtractorBuilderCoherenceQueryLanguageEngine.EXTRACTOR_BUILDERExtractorBuilder to useUniversalExtractorBuilder.