Package com.isomorphic.criteria
 Interface CanParseCriterion
- All Known Implementing Classes:
- LogicalOperator,- OperatorBase,- OtherFieldOperator,- RangeOperator,- SimpleOperator
public interface CanParseCriterion
 An interface that should be implemented by all criteria that need to be converted from Map.
 -  Method SummaryModifier and TypeMethodDescriptionparseCriterion(Map rawCriteria) Create criterion using data passed as Map.
-  Method Details-  parseCriterionCreate criterion using data passed as Map.- Parameters:
- rawCriteria- - criterion data represented as Map.
- Returns:
- parsed criterion.
 
 
-