All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.prismic.LinkResolver Maven / Gradle / Ivy

Go to download

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