![JAR search and dependency download from the Maven repository](/logo.png)
io.prismic.LinkResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-kit Show documentation
Show all versions of java-kit Show documentation
The developer kit to access Prismic.io repositories using the Java language.
The newest version!
package io.prismic;
public interface LinkResolver {
String resolve(Fragment.DocumentLink link);
default String resolve(Document document) {
return resolve(document.asDocumentLink());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy