Interface TypeHandler<T>
- Type Parameters:
T- type of field to handle
- All Known Implementing Classes:
AbstractTypeHandler
public interface TypeHandler<T>
Type handler contract to manage java types.
- Author:
- Guillaume CHAUVET
-
Method Summary
-
Method Details
-
accept
Check if we can handle the data type- Parameters:
type- to check- Returns:
trueif handlable
-
read
-
write
-