接口的使用
cn.mcres.karlatemp.mxlib.data.attribute.AttributeMap
-
使用AttributeMap的程序包 程序包 说明 cn.mcres.karlatemp.mxlib.data The pipeline module.cn.mcres.karlatemp.mxlib.data.attribute -
-
cn.mcres.karlatemp.mxlib.data中AttributeMap的使用
参数类型为AttributeMap的cn.mcres.karlatemp.mxlib.data中的方法 修饰符和类型 方法 说明 Object
DataDecoder. decode(DataProcessContext context, T param, AttributeMap attributes)
protected Object
SimpleDataDecoder. doTranslate(DataProcessContext context, T param, AttributeMap attributes)
protected Object
SimpleDataEncoder. doTranslate(DataProcessContext context, T param, AttributeMap attributes)
protected abstract Object
SimpleDataHandler. doTranslate(DataProcessContext context, T param, AttributeMap attributes)
Object
DataEncoder. encode(DataProcessContext context, T param, AttributeMap attributes)
<T> T
DataProcessContext. process(Predicate<DataHandler> filter, Object param, AttributeMap attributes)
<T> T
DefaultProcessContext. process(Predicate<DataHandler> filter, Object param, AttributeMap attributes)
void
DataHandler. translate(DataProcessContext context, Object param, AttributeMap attributes)
void
SimpleDataHandler. translate(DataProcessContext context, Object param, AttributeMap attributes)
void
DataProcessContext. writeTo(Object result, AttributeMap attributes)
void
DefaultProcessContext. writeTo(Object result, AttributeMap attributes)
-
cn.mcres.karlatemp.mxlib.data.attribute中AttributeMap的使用
实现AttributeMap的cn.mcres.karlatemp.mxlib.data.attribute中的类 修饰符和类型 类 说明 class
DefaultAttributeMap
-