public interface PolymorphicReferenceResolver (Code)
Resolves polymorphic references.
A polymorphic reference is an element whose name and type
resolution are postponed till bind-time.
When the xml is read, the type can then resolved from
by calling
PolymorphicReferenceResolver.resolveType .
Resolves the bind-time type of a polymorphic element.
Parameters: mapping - ElementMapping describing the (polymorphic) element being mapped,not null Parameters: context - ReadContext, not null the Class describing the type to which this element should be bound,or null if the reference cannot be resolved