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

Method isString

impl/src/main/java/io/jsonwebtoken/impl/Payload.java:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 boolean isString() {
86 return Strings.hasText(this.string);
87 }
88
89 String getContentType() {
90 return this.contentType;

Callers 4

isConsumableMethod · 0.95
isEmptyMethod · 0.95
decompressMethod · 0.95
signMethod · 0.80

Calls 1

hasTextMethod · 0.95

Tested by

no test coverage detected