Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isConsumable
Method · 0.95
isEmpty
Method · 0.95
decompress
Method · 0.95
sign
Method · 0.80
Calls
1
hasText
Method · 0.95
Tested by
no test coverage detected