Uses of Class
com.tangosol.run.xml.XmlBean.BeanInfo
Packages that use XmlBean.BeanInfo
Package
Description
Contains classes providing basic XML related functionality.
-
Uses of XmlBean.BeanInfo in com.tangosol.run.xml
Fields in com.tangosol.run.xml declared as XmlBean.BeanInfoModifier and TypeFieldDescriptionprotected XmlBean.BeanInfo
PropertyAdapter.m_infoBean
The BeanInfo object that contains this PropertyAdapter.Methods in com.tangosol.run.xml that return XmlBean.BeanInfoModifier and TypeMethodDescriptionPropertyAdapter.getBeanInfo()
Obtain the containing BeanInfo object.XmlBean.getBeanInfo()
Obtain the BeanInfo for this XmlBean object, or create and configure a BeanInfo if one does not exist.protected XmlBean.BeanInfo
XmlBean.initBeanInfo()
Initialize the Object, loading the XML Bean design information if necessary.Methods in com.tangosol.run.xml with parameters of type XmlBean.BeanInfoModifier and TypeMethodDescriptionprotected PropertyAdapter
IterableAdapter.findAdapter
(XmlBean.BeanInfo infoBean, XmlElement xml) Obtain a PropertyAdapapter for a map entry key or valueConstructors in com.tangosol.run.xml with parameters of type XmlBean.BeanInfoModifierConstructorDescriptionArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a ArrayAdapter.BigDecimalAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.BigIntegerAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.BooleanAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.BooleanArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a BooleanArrayAdapter.ByteAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.ByteArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a ByteArrayAdapter.CharAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.CharArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a CharArrayAdapter.CollectionAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a CollectionAdapter.DateAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.DateFormatAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a DateFormatAdapter.DateTimeAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a DateTimeAdapter.DoubleAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.DoubleArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a DoubleArrayAdapter.FloatAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.FloatArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a FloatArrayAdapter.IntAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.IntArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct an IntArrayAdapter.IterableAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a IterableAdapter.LongAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.LongArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a LongArrayAdapter.MapAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a MapAdapter.OldDateAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.PrimitiveArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a PrimitiveArrayAdapter.protected
PropertyAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a PropertyAdapter.QNameAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a QNameAdapter.RestrictedStringAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a RestrictedStringAdapter.SerializableAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SerializableAdapter.ShortAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.ShortArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a ShortArrayAdapter.SimpleAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.StringAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.SystemTimeAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SystemTimeAdapter, which formats a long number of milliseconds as a SQL Timestamp string for XML purposes.TimeAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.TimestampAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.XmlElementAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct an XmlElementAdapter.XmlSerializableAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct an XmlSerializableAdapter.