Class InfoResponseUtils

java.lang.Object
org.springframework.data.aerospike.utility.InfoResponseUtils

public class InfoResponseUtils
extends Object
  • Constructor Details

    • InfoResponseUtils

      public InfoResponseUtils()
  • Method Details

    • getPropertyFromInfoResponse

      public static <T> T getPropertyFromInfoResponse​(String response, String propertyName, Function<String,​T> mapper)
    • getPropertyFromConfigResponse

      public static <T> T getPropertyFromConfigResponse​(String response, String propertyName, Function<String,​T> mapper)
    • getPropertyFromResponse

      public static <T> T getPropertyFromResponse​(String response, String propertyName, Function<String,​T> mapper, Pattern delimiterPattern)