Interface PersistenceDomainOperatorRenderer
- All Known Implementing Classes:
PersistenceDateOperatorRenderer,PersistenceDomainOperatorRenderer.SimpleDomainOperatorRenderer,PersistenceIntervalOperatorRenderer,PersistenceStringOperatorRenderer,PersistenceTimeOperatorRenderer,PersistenceTimestampOperatorRenderer
public interface PersistenceDomainOperatorRenderer
- Since:
- 1.0.0
- Author:
- Christian Beikov
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPersistenceDomainOperatorRenderer.SimpleDomainOperatorRenderer -
Field Summary
Fields Modifier and Type Field Description static PersistenceDomainOperatorRendererSIMPLE -
Method Summary
Modifier and Type Method Description booleanrender(ChainingArithmeticExpression expression, PersistenceExpressionSerializer serializer)Renders the given domain operator for the given expression.
-
Field Details
-
Method Details
-
render
boolean render(ChainingArithmeticExpression expression, PersistenceExpressionSerializer serializer)Renders the given domain operator for the given expression.- Parameters:
expression- The expressionserializer- The serializer- Returns:
- Returns whether the expression is a constant
-