Package com.atlassian.query.clause
Class Property
java.lang.Object
com.atlassian.query.clause.Property
Encapsulates the entity property key and object reference data.
- Since:
- v6.2
-
Field Details
-
SPLIT_STRING
-
-
Constructor Details
-
Property
-
Property
public Property(List<String> keys, List<String> objectReferences, IndexDocumentConfiguration.Type type)
-
-
Method Details
-
getKeys
- Returns:
- the key of the entity property.
-
getObjectReferences
- Returns:
- the path to the searched json value.
-
getType
-
getAsPropertyString
-
getKeysAsString
-
hashCode
public int hashCode() -
equals
-
toString
-
getObjectReferencesAsString
-