Uses of Class
org.commonmark.ext.heading.anchor.IdGenerator.Builder
-
Packages that use IdGenerator.Builder Package Description org.commonmark.ext.heading.anchor -
-
Uses of IdGenerator.Builder in org.commonmark.ext.heading.anchor
Methods in org.commonmark.ext.heading.anchor that return IdGenerator.Builder Modifier and Type Method Description static IdGenerator.Builder
IdGenerator. builder()
IdGenerator.Builder
IdGenerator.Builder. defaultId(java.lang.String defaultId)
IdGenerator.Builder
IdGenerator.Builder. prefix(java.lang.String prefix)
IdGenerator.Builder
IdGenerator.Builder. suffix(java.lang.String suffix)
Constructors in org.commonmark.ext.heading.anchor with parameters of type IdGenerator.Builder Constructor Description IdGenerator(IdGenerator.Builder builder)
-