![JAR search and dependency download from the Maven repository](/logo.png)
net.aholbrook.paseto.encoding.StaticEncodingProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of encoding-json-jackson Show documentation
Show all versions of encoding-json-jackson Show documentation
JSON encoding backed by Jackson.
The newest version!
package net.aholbrook.paseto.encoding;
import net.aholbrook.paseto.encoding.json.jackson.JacksonJsonProvider;
public class StaticEncodingProvider {
public static EncodingProvider newInstance() {
return new JacksonJsonProvider();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy