jar

io.github.theozhou : ralph-sdk

Maven & Gradle

Jul 25, 2020
0 stars

ralph-sdk · sdk for ralph

Table Of Contents

Latest Version

Download io.github.theozhou : ralph-sdk JAR file - Latest Versions:

All Versions

Download io.github.theozhou : ralph-sdk JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ralph-sdk-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ezhiyang.sdk.core.exception

├─ com.ezhiyang.sdk.core.exception.SdkException.class - [JAR]

com.ezhiyang.sdk.core.excutor.impl

├─ com.ezhiyang.sdk.core.excutor.impl.PersonAuthExcutor.class - [JAR]

├─ com.ezhiyang.sdk.core.excutor.impl.QueryAccountDetailExcutor.class - [JAR]

├─ com.ezhiyang.sdk.core.excutor.impl.QueryAvailableAmountExcutor.class - [JAR]

├─ com.ezhiyang.sdk.core.excutor.impl.QueryBalanceExcutor.class - [JAR]

├─ com.ezhiyang.sdk.core.excutor.impl.QueryWithdrawExcutor.class - [JAR]

├─ com.ezhiyang.sdk.core.excutor.impl.SubmitWithdrawExcutor.class - [JAR]

com.ezhiyang.sdk.core.excutor.ret

├─ com.ezhiyang.sdk.core.excutor.ret.PersonAuthVo.class - [JAR]

├─ com.ezhiyang.sdk.core.excutor.ret.QueryAccountDetailVo.class - [JAR]

├─ com.ezhiyang.sdk.core.excutor.ret.QueryAvailableAmountVo.class - [JAR]

├─ com.ezhiyang.sdk.core.excutor.ret.QueryBalanceVo.class - [JAR]

├─ com.ezhiyang.sdk.core.excutor.ret.QueryWithdrawVo.class - [JAR]

├─ com.ezhiyang.sdk.core.excutor.ret.SubmitWithdrawVo.class - [JAR]

com.ezhiyang.sdk.core.excutor

├─ com.ezhiyang.sdk.core.excutor.AbstractExcuteHandler.class - [JAR]

com.ezhiyang.sdk.core.context

├─ com.ezhiyang.sdk.core.context.SdkContext.class - [JAR]

com.ezhiyang.sdk.core.auth

├─ com.ezhiyang.sdk.core.auth.AbstractAuthHandler.class - [JAR]

├─ com.ezhiyang.sdk.core.auth.OAuth2AuthHandler.class - [JAR]

com.ezhiyang.sdk.core.model

├─ com.ezhiyang.sdk.core.model.BaseReturnVo.class - [JAR]

├─ com.ezhiyang.sdk.core.model.ClientConfig.class - [JAR]

├─ com.ezhiyang.sdk.core.model.RequestWrapper.class - [JAR]

├─ com.ezhiyang.sdk.core.model.ResponseWrapper.class - [JAR]

com.ezhiyang.sdk.core.cache

├─ com.ezhiyang.sdk.core.cache.AbstractAuthCache.class - [JAR]

├─ com.ezhiyang.sdk.core.cache.MemoryAuthCache.class - [JAR]

├─ com.ezhiyang.sdk.core.cache.RedisAuthCache.class - [JAR]

com.ezhiyang.sdk.core.http

├─ com.ezhiyang.sdk.core.http.FormRequestBodyWrapper.class - [JAR]

├─ com.ezhiyang.sdk.core.http.HttpClient.class - [JAR]

├─ com.ezhiyang.sdk.core.http.IRequestBodyWrapper.class - [JAR]

├─ com.ezhiyang.sdk.core.http.JsonRequestBodyWrapper.class - [JAR]

├─ com.ezhiyang.sdk.core.http.RequestBodyWrapperFactory.class - [JAR]

com.ezhiyang.sdk.util

├─ com.ezhiyang.sdk.util.JsonNodeSerializeUtil.class - [JAR]

├─ com.ezhiyang.sdk.util.JsonUtils.class - [JAR]

├─ com.ezhiyang.sdk.util.PropertyFilterMixIn.class - [JAR]

├─ com.ezhiyang.sdk.util.RalphServiceEnum.class - [JAR]

├─ com.ezhiyang.sdk.util.RsaUtils.class - [JAR]

├─ com.ezhiyang.sdk.util.SignUtils.class - [JAR]

├─ com.ezhiyang.sdk.util.StringUtils.class - [JAR]

├─ com.ezhiyang.sdk.util.VelocityUtils.class - [JAR]