public interface

GenericUnmarshaller

implements Unmarshaller
org.springframework.oxm.GenericUnmarshaller
Known Indirect Subclasses

Class Overview

Subinterface of Unmarshaller 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.
[Expand]
Inherited Methods
From interface org.springframework.oxm.Unmarshaller

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