Class B2JsonNonUrlTypeHandler<T>

    • Constructor Detail

      • B2JsonNonUrlTypeHandler

        public B2JsonNonUrlTypeHandler()
    • Method Detail

      • deserializeUrlParam

        public T deserializeUrlParam​(java.lang.String urlValue)
                              throws B2JsonException
        Description copied from interface: B2JsonTypeHandler
        When an API is called with GET, this is used to deserialize one of the values.
        Throws:
        B2JsonException