パッケージ hajimeapi4j.util
クラス ParseUtil
java.lang.Object
hajimeapi4j.util.ParseUtil
-
メソッドの概要
修飾子とタイプメソッド説明static List<ListEndPoint>createListResponse(com.fasterxml.jackson.databind.JsonNode rawResponse) static MusicEndPointcreateMusicResponse(com.fasterxml.jackson.databind.JsonNode rawResponse) static TaxEndPointcreateTaxResponse(com.fasterxml.jackson.databind.JsonNode rawResponse)
-
メソッドの詳細
-
createListResponse
@CheckReturnValue public static List<ListEndPoint> createListResponse(com.fasterxml.jackson.databind.JsonNode rawResponse) throws IOException - 例外:
IOException
-
createTaxResponse
@CheckReturnValue public static TaxEndPoint createTaxResponse(com.fasterxml.jackson.databind.JsonNode rawResponse) throws IOException - 例外:
IOException
-
createMusicResponse
@CheckReturnValue public static MusicEndPoint createMusicResponse(com.fasterxml.jackson.databind.JsonNode rawResponse) throws IOException - 例外:
IOException
-