| org.springframework.oxm.GenericMarshaller |
Known Indirect Subclasses
|
Class Overview
Subinterface of Marshaller that has support for Java 5 generics.
Summary
| Public Methods |
|
abstract
boolean
|
supports(Type genericType)
Indicates whether this marshaller can marshal instances of the supplied generic type.
|
Public Methods
public
abstract
boolean
supports
(Type genericType)
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
true if this marshaller can indeed marshal instances of the supplied type;
false otherwise