Class InfoResponseUtils
java.lang.Object
org.springframework.data.aerospike.utility.InfoResponseUtils
public class InfoResponseUtils extends Object
-
Constructor Summary
Constructors Constructor Description InfoResponseUtils() -
Method Summary
Modifier and Type Method Description static <T> TgetPropertyFromConfigResponse(String response, String propertyName, Function<String,T> mapper)static <T> TgetPropertyFromInfoResponse(String response, String propertyName, Function<String,T> mapper)static <T> TgetPropertyFromResponse(String response, String propertyName, Function<String,T> mapper, Pattern delimiterPattern)
-
Constructor Details
-
InfoResponseUtils
public InfoResponseUtils()
-
-
Method Details
-
getPropertyFromInfoResponse
-
getPropertyFromConfigResponse
-
getPropertyFromResponse
-