Interface VariantPropResolutionStrategy
- All Known Implementing Classes:
VariantPropResolutionStrategyAny
,VariantPropResolutionStrategyDefault
public interface VariantPropResolutionStrategy
Strategy for resolving a property against any of the variant types.
-
Method Summary
Modifier and TypeMethodDescriptionresolveProperty
(String propertyName, EventType[] variants) Resolve the property for each of the types.
-
Method Details
-
resolveProperty
Resolve the property for each of the types.- Parameters:
propertyName
- to resolvevariants
- the variants to resolve the property for- Returns:
- property descriptor
-