public class Resolver
extends Object
This class is responsible for resolving references within a protocol class.
It creates a graph of references, where each reference can be a class or a field.
The graph is used to manage and manipulate the references, and is crucial for the encoding and decoding processes.
The class uses a ConcurrentHashMap to store the graphs for each protocol class, ensuring thread safety.
It also uses two ResolvePipelines to process class and field references.
- 从以下版本开始:
- 2.5.0
- 作者:
- Deng Ran