- 直接已知子类:
- DecodingFormulaValidator, EncodingFormulaValidator
public abstract class TypeValidator
extends Pipeline<ValidatorContext>
TypeValidator Class.
This abstract class is a pipeline for validating types in the context.
It provides a static method to create a TypeValidator instance based on the provided Validator annotation.
The created TypeValidator instance is cached in a ConcurrentHashMap for future use.
This class extends the Pipeline class and overrides the getCode method to implement its functionality.
- 从以下版本开始:
- 1.0.0
- 作者:
- Chance