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.BuilderIdGenerator. builder()IdGenerator.BuilderIdGenerator.Builder. defaultId(java.lang.String defaultId)IdGenerator.BuilderIdGenerator.Builder. prefix(java.lang.String prefix)IdGenerator.BuilderIdGenerator.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)
-