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

Method getContentType

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

Source from the content-addressed store, hash-verified

87 }
88
89 String getContentType() {
90 return this.contentType;
91 }
92
93 public void setZip(CompressionAlgorithm zip) {
94 this.zip = zip;

Callers 2

decompressMethod · 0.95
compactMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected