Class ValueProperty<BeanT>

java.lang.Object
org.glassfish.jaxb.runtime.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 ([email protected])