Uses of Interface
top.magstar.framework.papi.PlaceholderProcessor
Packages that use PlaceholderProcessor
-
Uses of PlaceholderProcessor in top.magstar.framework.papi
Methods in top.magstar.framework.papi that return PlaceholderProcessorModifier and TypeMethodDescription@Nullable PlaceholderProcessorPlaceholderRegistry.getProcessor(@NotNull String identifier) 获取占位符处理器Methods in top.magstar.framework.papi that return types with arguments of type PlaceholderProcessorModifier and TypeMethodDescription@NotNull Collection<PlaceholderProcessor> PlaceholderRegistry.getAllProcessors()获取所有已注册的处理器Methods in top.magstar.framework.papi with parameters of type PlaceholderProcessorModifier and TypeMethodDescriptionbooleanPlaceholderRegistry.register(@NotNull PlaceholderProcessor processor) 注册占位符处理器booleanPlaceholderService.register(@NotNull PlaceholderProcessor processor) 注册占位符处理器