- 直接已知子类:
- BitOrderFlow, ByteOrderFlow, CodecFlow, CodecIgnoreFlow, ConstructorFlow, FormulaFlow, TypeAnnotationFlow
public abstract class ResolvePipeline
extends Pipeline<Reference>
ResolvePipeline Class.
This class is responsible for resolving the reference in the context.
It checks the reference for the necessary information and sets the corresponding properties in the reference accordingly.
This class extends the Pipeline class and overrides the process method to implement its functionality.
- 从以下版本开始:
- 3.2.0
- 作者:
- Deng Ran