|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenericUnmarshaller
Subinterface of Unmarshaller
that has support for Java 5 generics.
Method Summary | |
---|---|
boolean |
supports(Type genericType)
Indicates whether this marshaller can marshal instances of the supplied generic type. |
Methods inherited from interface org.springframework.oxm.Unmarshaller |
---|
supports, unmarshal |
Method Detail |
---|
boolean supports(Type genericType)
genericType
- the type that this marshaller is being asked if it can marshal
true
if this marshaller can indeed marshal instances of the supplied type;
false
otherwise
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |