Package org.camunda.bpm.engine.impl.json
Class JsonQueryFilteringPropertyConverter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<QueryEntityRelationCondition>
-
- org.camunda.bpm.engine.impl.json.JsonQueryFilteringPropertyConverter
-
public class JsonQueryFilteringPropertyConverter extends JsonObjectConverter<QueryEntityRelationCondition>
- Author:
- Thorben Lindhauer
-
-
Field Summary
Fields Modifier and Type Field Description protected static JsonArrayConverter<java.util.List<QueryEntityRelationCondition>>ARRAY_CONVERTERstatic java.lang.StringBASE_PROPERTYstatic java.lang.StringCOMPARISON_PROPERTYprotected static JsonQueryFilteringPropertyConverterINSTANCEstatic java.lang.StringSCALAR_VALUE
-
Constructor Summary
Constructors Constructor Description JsonQueryFilteringPropertyConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObjecttoJsonObject(QueryEntityRelationCondition filteringProperty)QueryEntityRelationConditiontoObject(com.google.gson.JsonObject jsonObject)-
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConverter
toJson
-
-
-
-
Field Detail
-
INSTANCE
protected static JsonQueryFilteringPropertyConverter INSTANCE
-
ARRAY_CONVERTER
protected static JsonArrayConverter<java.util.List<QueryEntityRelationCondition>> ARRAY_CONVERTER
-
BASE_PROPERTY
public static final java.lang.String BASE_PROPERTY
- See Also:
- Constant Field Values
-
COMPARISON_PROPERTY
public static final java.lang.String COMPARISON_PROPERTY
- See Also:
- Constant Field Values
-
SCALAR_VALUE
public static final java.lang.String SCALAR_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
toJsonObject
public com.google.gson.JsonObject toJsonObject(QueryEntityRelationCondition filteringProperty)
- Specified by:
toJsonObjectin classJsonObjectConverter<QueryEntityRelationCondition>
-
toObject
public QueryEntityRelationCondition toObject(com.google.gson.JsonObject jsonObject)
- Specified by:
toObjectin classJsonObjectConverter<QueryEntityRelationCondition>
-
-