Interface TypeDetector
-
- All Known Implementing Classes:
DefaultJsonJacksonTypeDetector,ListJacksonJsonTypeDetector
public interface TypeDetectorDetects the canonical type string of a supplied object- Author:
- Thorben Lindhauer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanHandle(Object object)StringdetectType(Object object)
-