MCPcopy Create free account
hub / github.com/jwtk/jjwt / parse

Method parse

api/src/main/java/io/jsonwebtoken/io/Parser.java:35–35  ·  view source on GitHub ↗

Parse the specified character sequence into a Java object. @param input the character sequence to parse into a Java object. @return the Java object represented by the specified input stream.

(CharSequence input)

Source from the content-addressed store, hash-verified

33 * @return the Java object represented by the specified {@code input} stream.
34 */
35 T parse(CharSequence input);
36
37 /**
38 * Parse the specified character sequence with the specified bounds into a Java object.

Callers 9

testExampleSecretJwkMethod · 0.65
parseIso8601DateMethod · 0.65

Implementers 4

DefaultJwtParserimpl/src/main/java/io/jsonwebtoken/imp
ConvertingParserimpl/src/main/java/io/jsonwebtoken/imp
AbstractParserimpl/src/main/java/io/jsonwebtoken/imp
OrgJsonDeserializerextensions/orgjson/src/main/java/io/js

Calls

no outgoing calls

Tested by 8

testExampleSecretJwkMethod · 0.52