Class AerospikeQueryCreatorUtils
java.lang.Object
org.springframework.data.aerospike.repository.query.AerospikeQueryCreatorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToStringListExclStart(String[] array) Convert a String array into String List excluding the first elementstatic String[]getDotPathArray(List<String> dotPathList) static com.aerospike.client.cdt.CTX[]resolveCtxList(List<String> ctxList)
-
Constructor Details
-
AerospikeQueryCreatorUtils
public AerospikeQueryCreatorUtils()
-
-
Method Details
-
resolveCtxList
-
getDotPathArray
-
convertToStringListExclStart
Convert a String array into String List excluding the first element- Parameters:
array- String array- Returns:
- String List
-