parse

public final T parse(Map<String, Object> object)

Always returns null. SimpleParser does not parse the raw decoded-JSON map directly; use parse(U) instead.

Return

always null

Parameters

object

the decoded JSON body, ignored


public abstract T parse(U data)

Parses a pre-shaped input into a response object.

Return

the parsed response

Parameters

data

the pre-shaped input to parse