Interface GenericUnmarshaller
- All Superinterfaces:
 Unmarshaller
- All Known Implementing Classes:
 Jaxb2Marshaller
Subinterface of 
Unmarshaller that has support for generics.- Since:
 - 3.0.1
 - Author:
 - Arjen Poutsma
 
- 
Method Summary
Methods inherited from interface Unmarshaller
supports, unmarshal 
- 
Method Details
- 
supports
Indicates whether this marshaller can marshal instances of the supplied generic type.- Parameters:
 genericType- the type that this marshaller is being asked if it can marshal- Returns:
 trueif this marshaller can indeed marshal instances of the supplied type;falseotherwise
 
 -