Class VariantPropResolutionStrategyDefault
java.lang.Object
com.espertech.esper.common.internal.event.variant.VariantPropResolutionStrategyDefault
- All Implemented Interfaces:
VariantPropResolutionStrategy
public class VariantPropResolutionStrategyDefault
extends Object
implements VariantPropResolutionStrategy
A property resolution strategy that allows only the preconfigured types, wherein all properties
that are common (name and type) to all properties are considered.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionresolveProperty
(String propertyName, EventType[] variants) Resolve the property for each of the types.
-
Constructor Details
-
VariantPropResolutionStrategyDefault
-
-
Method Details
-
resolveProperty
Description copied from interface:VariantPropResolutionStrategy
Resolve the property for each of the types.- Specified by:
resolveProperty
in interfaceVariantPropResolutionStrategy
- Parameters:
propertyName
- to resolvevariants
- the variants to resolve the property for- Returns:
- property descriptor
-