Package io.jmix.flowuidata.dateinterval
Class InIntervalParametersResolverImpl
java.lang.Object
io.jmix.flowuidata.dateinterval.InIntervalParametersResolverImpl
- All Implemented Interfaces:
InIntervalParametersResolver
@Component("flowui_InIntervalParametersResolver")
public class InIntervalParametersResolverImpl
extends Object
implements InIntervalParametersResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveParameters(PropertyCondition condition) Resolves parameters from the providedPropertyCondition.
-
Constructor Details
-
InIntervalParametersResolverImpl
public InIntervalParametersResolverImpl()
-
-
Method Details
-
resolveParameters
Description copied from interface:InIntervalParametersResolverResolves parameters from the providedPropertyCondition.- Specified by:
resolveParametersin interfaceInIntervalParametersResolver- Parameters:
condition- thePropertyCondition- Returns:
- a list of
Pairinstances, where each pair contains a parameter name and its corresponding value
-