Class ValueProperty<BeanT>

java.lang.Object
com.sun.xml.bind.v2.runtime.property.ValueProperty<BeanT>
All Implemented Interfaces:
Property<BeanT>, StructureLoaderBuilder

public final class ValueProperty<BeanT> extends Object
Property implementation for XmlValue properties.

This one works for both leaves and nodes, scalars and arrays.

Author:
Bhakti Mehta (bhakti.mehta@sun.com)