Uses of Class
cc.carm.lib.configuration.value.text.function.replacer.ContentReplacer.Builder
-
Packages that use ContentReplacer.Builder Package Description cc.carm.lib.configuration.value.text.function.replacer -
-
Uses of ContentReplacer.Builder in cc.carm.lib.configuration.value.text.function.replacer
Methods in cc.carm.lib.configuration.value.text.function.replacer that return ContentReplacer.Builder Modifier and Type Method Description static <R> ContentReplacer.Builder<R>ContentReplacer. match(@NotNull java.lang.String pattern)static <R> ContentReplacer.Builder<R>ContentReplacer. match(@NotNull java.util.regex.Pattern pattern)@NotNull ContentReplacer.Builder<R>ContentReplacer.Builder. priority(int priority)static <R> ContentReplacer.Builder<R>ContentReplacer. replace(@NotNull java.lang.String text)
-