Class AerospikeQueryCreatorUtils

java.lang.Object
org.springframework.data.aerospike.repository.query.AerospikeQueryCreatorUtils

public class AerospikeQueryCreatorUtils extends Object
  • Constructor Details

    • AerospikeQueryCreatorUtils

      public AerospikeQueryCreatorUtils()
  • Method Details

    • resolveCtxList

      public static com.aerospike.client.cdt.CTX[] resolveCtxList(List<String> ctxList)
    • getDotPathArray

      public static String[] getDotPathArray(List<String> dotPathList)
    • convertToStringListExclStart

      public static List<String> convertToStringListExclStart(@NonNull String[] array)
      Convert a String array into String List excluding the first element
      Parameters:
      array - String array
      Returns:
      String List