Class VerifoneUtils


  • public class VerifoneUtils
    extends Object
    Author:
    Dima Myroniuk (dmyroniuk)
    • Constructor Detail

      • VerifoneUtils

        public VerifoneUtils​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • Method Detail

      • readStoredCredentials

        @Nullable
        public <T> T readStoredCredentials​(@Nullable
                                           String storedCredentialsJson,
                                           Class<T> valueType)
      • getReuseTokenFromResponse

        @Nullable
        public String getReuseTokenFromResponse​(@NonNull
                                                @NonNull Map<String,​Object> verifoneResponse)
      • getObjectAsMapFromResponse

        @Nullable
        public Map<String,​Object> getObjectAsMapFromResponse​(@NonNull
                                                                   @NonNull Map<String,​Object> verifoneResponse,
                                                                   String propertyName)
      • getObjectMapper

        protected com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()