Uses of Class
cc.carm.lib.configuration.value.text.function.replacer.ContentReplacer
-
-
Uses of ContentReplacer in cc.carm.lib.configuration.value.text.function
Fields in cc.carm.lib.configuration.value.text.function with type parameters of type ContentReplacer Modifier and Type Field Description protected @NotNull java.util.List<ContentReplacer<RECEIVER>>ContentHandler. replacersMethods in cc.carm.lib.configuration.value.text.function that return types with arguments of type ContentReplacer Modifier and Type Method Description java.util.List<ContentReplacer<RECEIVER>>ContentHandler. replacers()Methods in cc.carm.lib.configuration.value.text.function with parameters of type ContentReplacer Modifier and Type Method Description SELFContentHandler. replacer(@NotNull ContentReplacer<RECEIVER> replacer) -
Uses of ContentReplacer in cc.carm.lib.configuration.value.text.function.common
Subclasses of ContentReplacer in cc.carm.lib.configuration.value.text.function.common Modifier and Type Class Description classParamReplacer<RECEIVER> -
Uses of ContentReplacer in cc.carm.lib.configuration.value.text.function.replacer
Methods in cc.carm.lib.configuration.value.text.function.replacer that return ContentReplacer Modifier and Type Method Description @NotNull ContentReplacer<R>ContentReplacer.Builder. to(@NotNull java.lang.String content)@NotNull ContentReplacer<R>ContentReplacer.Builder. to(java.util.function.BiFunction<@Nullable R,@NotNull java.util.regex.Matcher,@Nullable java.lang.String> supplier)@NotNull ContentReplacer<R>ContentReplacer.Builder. to(java.util.function.Function<@Nullable R,@Nullable java.lang.String> supplier)@NotNull ContentReplacer<R>ContentReplacer.Builder. to(java.util.function.Supplier<@Nullable java.lang.String> supplier)Methods in cc.carm.lib.configuration.value.text.function.replacer that return types with arguments of type ContentReplacer Modifier and Type Method Description java.util.List<ContentReplacer<RECEIVER>>Replaceable. replacers()Methods in cc.carm.lib.configuration.value.text.function.replacer with parameters of type ContentReplacer Modifier and Type Method Description intContentReplacer. compareTo(@NotNull ContentReplacer<RECEIVER> o)SELFReplaceable. replacer(@NotNull ContentReplacer<RECEIVER> replacer)
-