Interface StructureLoaderBuilder

All Known Subinterfaces:
Property<BeanT>
All Known Implementing Classes:
AttributeProperty, ValueProperty

public interface StructureLoaderBuilder
Component that contributes element unmarshallers into StructureLoader. TODO: think of a better name.
Author:
Bhakti Mehta
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final QName
    Magic QName used to store a handler for the rest of the elements.
    static final QName
    Magic QName used to store a handler for the text.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Every Property class has an implementation of buildChildElementUnmarshallers which will fill in the specified QNameMap by elements that are expected by this property.