Interface TypeDetector
-
- All Known Implementing Classes:
DefaultJsonJacksonTypeDetector
,ListJacksonJsonTypeDetector
public interface TypeDetector
Detects the canonical type string of a supplied object- Author:
- Thorben Lindhauer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canHandle(java.lang.Object object)
java.lang.String
detectType(java.lang.Object object)
-