T - the type of data to convertR - the type of the resulting formatted datapublic interface Encoder<T,R>
R encode(T t) throws EncodingException
t - the data to convertEncodingException - if there is a problem during encodingCopyright © 2014–2023 jsonwebtoken.io. All rights reserved.