接口的使用
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中的方法 修饰符和类型 方法 说明 ObjectDataDecoder. decode(DataProcessContext context, T param, AttributeMap attributes)protected ObjectSimpleDataDecoder. doTranslate(DataProcessContext context, T param, AttributeMap attributes)protected ObjectSimpleDataEncoder. doTranslate(DataProcessContext context, T param, AttributeMap attributes)protected abstract ObjectSimpleDataHandler. doTranslate(DataProcessContext context, T param, AttributeMap attributes)ObjectDataEncoder. encode(DataProcessContext context, T param, AttributeMap attributes)<T> TDataProcessContext. process(Predicate<DataHandler> filter, Object param, AttributeMap attributes)<T> TDefaultProcessContext. process(Predicate<DataHandler> filter, Object param, AttributeMap attributes)voidDataHandler. translate(DataProcessContext context, Object param, AttributeMap attributes)voidSimpleDataHandler. translate(DataProcessContext context, Object param, AttributeMap attributes)voidDataProcessContext. writeTo(Object result, AttributeMap attributes)voidDefaultProcessContext. writeTo(Object result, AttributeMap attributes) -
cn.mcres.karlatemp.mxlib.data.attribute中AttributeMap的使用
实现AttributeMap的cn.mcres.karlatemp.mxlib.data.attribute中的类 修饰符和类型 类 说明 classDefaultAttributeMap
-