Uses of Interface
com.mclds.plugins.server.utils.placeholder.PlaceholderProvider
Packages that use PlaceholderProvider
-
Uses of PlaceholderProvider in com.mclds.plugins.server.utils.placeholder
Classes in com.mclds.plugins.server.utils.placeholder that implement PlaceholderProviderModifier and TypeClassDescriptionclassDocumentPlaceholderProvider<T extends BaseDocument>Mongo Document 数据的命令行模版变量提供器 如果一个 document 的属性有:
String uid; String world; String name;
那么可以在命令行中使用 {{uid}} {{world}} {{name}} 来进行替换class将Map转换成模版变量提供器,与 DocumentPlaceholderProvider 类似Methods in com.mclds.plugins.server.utils.placeholder with parameters of type PlaceholderProviderModifier and TypeMethodDescriptionstatic String[]Placeholder.parse(String[] list, PlaceholderProvider... providers) static StringPlaceholder.parse(String str, PlaceholderProvider... providers) Placeholder.parse(List<String> list, PlaceholderProvider... providers)