Class VariantPropResolutionStrategyAny
java.lang.Object
com.espertech.esper.common.internal.event.variant.VariantPropResolutionStrategyAny
- All Implemented Interfaces:
VariantPropResolutionStrategy
public class VariantPropResolutionStrategyAny
extends Object
implements VariantPropResolutionStrategy
A property resolution strategy that allows any type, wherein all properties are Object type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionresolveProperty
(String propertyName, EventType[] variants) Resolve the property for each of the types.
-
Constructor Details
-
VariantPropResolutionStrategyAny
-
-
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
-