Package com.alibaba.fastjson2
Interface JSONReader.AutoTypeBeforeHandler
-
- All Superinterfaces:
Filter
- All Known Implementing Classes:
ContextAutoTypeBeforeHandler
- Enclosing class:
- JSONReader
public static interface JSONReader.AutoTypeBeforeHandler extends Filter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Class<?>apply(long typeNameHash, Class<?> expectClass, long features)Class<?>apply(String typeName, Class<?> expectClass, long features)
-