tech.ydb.shaded.io.jsonwebtoken.io.Decoder Maven / Gradle / Ivy
package io.jsonwebtoken.io;
/**
* @since 0.10.0
*/
public interface Decoder {
R decode(T t) throws DecodingException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy