All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xeiam.xchange.bitstamp.util.WithdrawalRequestStatusDeserializer Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package com.xeiam.xchange.bitstamp.util;

import com.xeiam.xchange.bitstamp.dto.account.WithdrawalRequest;
import com.xeiam.xchange.utils.jackson.EnumIntDeserializer;

/**
 * @author Matija Mazi
 */
public class WithdrawalRequestStatusDeserializer extends EnumIntDeserializer {

  public WithdrawalRequestStatusDeserializer() {
    super(WithdrawalRequest.Status.class);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy