- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.data.DefaultDataPipeline
-
- 所有已实现的接口:
DataPipeline
public class DefaultDataPipeline extends Object implements DataPipeline
-
-
构造器概要
构造器 构造器 说明 DefaultDataPipeline()
DefaultDataPipeline(@NotNull Map<String,DataHandler[]> map, @NotNull List<String> process)
-
方法概要
修饰符和类型 方法 说明 DataPipeline
addAfter(@NotNull String namespace, @NotNull String target, @NotNull DataHandler... handlers)
DataPipeline
addBefore(@NotNull String namespace, @NotNull String target, @NotNull DataHandler... handlers)
DataPipeline
addFirst(@NotNull String namespace, @NotNull DataHandler... handlers)
DataPipeline
addLast(@NotNull String namespace, @NotNull DataHandler... handlers)
DataProcessContext
createContext()
DataPipeline
remove(@NotNull DataHandler handler)
<T extends DataHandler>
DataPipelineremove(@NotNull Class<T> type)
DataPipeline
remove(@NotNull String namespace)
DataPipeline
replace(@NotNull String namespace, @NotNull String target, @NotNull DataHandler... handlers)
-
-
-
构造器详细资料
-
DefaultDataPipeline
public DefaultDataPipeline(@NotNull @NotNull Map<String,DataHandler[]> map, @NotNull @NotNull List<String> process)
-
DefaultDataPipeline
public DefaultDataPipeline()
-
-
方法详细资料
-
addFirst
public DataPipeline addFirst(@NotNull @NotNull String namespace, @NotNull @NotNull DataHandler... handlers)
- 指定者:
addFirst
在接口中DataPipeline
-
addLast
public DataPipeline addLast(@NotNull @NotNull String namespace, @NotNull @NotNull DataHandler... handlers)
- 指定者:
addLast
在接口中DataPipeline
-
addBefore
public DataPipeline addBefore(@NotNull @NotNull String namespace, @NotNull @NotNull String target, @NotNull @NotNull DataHandler... handlers)
- 指定者:
addBefore
在接口中DataPipeline
-
addAfter
public DataPipeline addAfter(@NotNull @NotNull String namespace, @NotNull @NotNull String target, @NotNull @NotNull DataHandler... handlers)
- 指定者:
addAfter
在接口中DataPipeline
-
remove
public DataPipeline remove(@NotNull @NotNull String namespace)
- 指定者:
remove
在接口中DataPipeline
-
remove
public DataPipeline remove(@NotNull @NotNull DataHandler handler)
- 指定者:
remove
在接口中DataPipeline
-
remove
public <T extends DataHandler> DataPipeline remove(@NotNull @NotNull Class<T> type)
- 指定者:
remove
在接口中DataPipeline
-
replace
public DataPipeline replace(@NotNull @NotNull String namespace, @NotNull @NotNull String target, @NotNull @NotNull DataHandler... handlers)
- 指定者:
replace
在接口中DataPipeline
-
createContext
public DataProcessContext createContext()
- 指定者:
createContext
在接口中DataPipeline
-
-