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

Method hashCode

impl/src/main/java/io/jsonwebtoken/impl/DefaultJwt.java:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 @Override
81 public int hashCode() {
82 return Objects.nullSafeHashCode(header, payload);
83 }
84
85 @Override
86 public <T> T accept(JwtVisitor<T> v) {

Callers

nothing calls this directly

Calls 1

nullSafeHashCodeMethod · 0.95

Tested by

no test coverage detected