Uses of Class
org.commonmark.ext.autolink.AutolinkType
-
Packages that use AutolinkType Package Description org.commonmark.ext.autolink org.commonmark.ext.autolink.internal -
-
Uses of AutolinkType in org.commonmark.ext.autolink
Fields in org.commonmark.ext.autolink with type parameters of type AutolinkType Modifier and Type Field Description private java.util.Set<AutolinkType>AutolinkExtension.Builder. linkTypesprivate java.util.Set<AutolinkType>AutolinkExtension. linkTypesMethods in org.commonmark.ext.autolink that return AutolinkType Modifier and Type Method Description static AutolinkTypeAutolinkType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AutolinkType[]AutolinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.commonmark.ext.autolink with parameters of type AutolinkType Modifier and Type Method Description AutolinkExtension.BuilderAutolinkExtension.Builder. linkTypes(AutolinkType... linkTypes)Method parameters in org.commonmark.ext.autolink with type arguments of type AutolinkType Modifier and Type Method Description AutolinkExtension.BuilderAutolinkExtension.Builder. linkTypes(java.util.Set<AutolinkType> linkTypes) -
Uses of AutolinkType in org.commonmark.ext.autolink.internal
Constructor parameters in org.commonmark.ext.autolink.internal with type arguments of type AutolinkType Constructor Description AutolinkPostProcessor(java.util.Set<AutolinkType> linkTypes)
-