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

io.prismic.HtmlSerializer Maven / Gradle / Ivy

Go to download

The developer kit to access Prismic.io repositories using the Java language.

The newest version!
package io.prismic;

/**
 * An HtmlSerializer can be implemented to generate a custom HTML for Block or Span. Just implement
 * it for types you want to override and return null if you want to keep the default HTML.
 */
public interface HtmlSerializer {

    String serialize(Fragment.StructuredText.Element element, String content);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy