Uses of Class
com.tangosol.run.xml.PropertyAdapter
Package
Description
Contains classes providing basic XML related functionality.
-
Uses of PropertyAdapter in com.tangosol.run.xml
Modifier and TypeClassDescriptionclass
An ArrayAdapter supports properties of Java array types (not including arrays of primitive types).class
A CollectionAdapter supports properties whose types implement the java.util.Collection interface.class
A property adapter for formatting formatting and parsing dates in a locale-sensitive manner.class
A property adapter for the <xs:dateTime> format conforming to ISO 8601class
An IterableAdapter is the base class for any data type that must be iterated over to serialize/deserialize, such as arrays, collections and maps.class
A MapAdapter supports properties whose types implement the java.util.Map interface.class
A PrimitiveArrayAdapter supports arrays of primitive types, such as "int", "char", etc.static class
A PropertyAdapter supporting boolean[].static class
A PropertyAdapter supporting byte[].static class
A PropertyAdapter supporting char[].static class
A PropertyAdapter supporting double[].static class
A PropertyAdapter supporting float[].static class
A PropertyAdapter supporting int[].static class
A PropertyAdapter supporting long[].static class
A PropertyAdapter supporting short[].class
A property adapter for QName primitive datatype.class
A property adapter for a String based type that is known to have a converting factory method with the following signature:public static <type> valueOf(String s)
.class
A SerializableAdapter supports Java objects that implement the Serializable interface.class
A SimpleAdapter supports Java intrinsic types and a common set of Java classes: java.lang.Boolean java.lang.Byte java.lang.Character java.lang.Short java.lang.Integer java.lang.Long java.lang.Float java.lang.Double java.lang.String java.math.BigDecimal java.math.BigInteger java.sql.Date java.sql.Time java.sql.Timestamp java.util.Datestatic class
A simple property adapter for BigDecimal.static class
A simple property adapter for BigInteger.static class
A simple property adapter for boolean.static class
A simple property adapter for byte.static class
A simple property adapter for char.static class
A simple property adapter for Date.static class
A simple property adapter for double.static class
A simple property adapter for float.static class
A simple property adapter for int.static class
A simple property adapter for long.static class
A simple property adapter for the Date class from the java/util package.static class
A simple property adapter for short.static class
A simple property adapter for String.static class
A simple property adapter for Java long and java.lang.Long values that is string-formatted as a date/time, assuming that the long value is actualy a system time.static class
A simple property adapter for Time.static class
A simple property adapter for Timestamp.class
An XmlElementAdapter supports properties of type XmlElement.class
An XmlSerializableAdapter supports Java objects that implement the XmlSerializable interface.Modifier and TypeFieldDescriptionprotected PropertyAdapter[]
XmlBean.BeanInfo.m_aAdapter
The property adapters for the XML bean.Modifier and TypeMethodDescriptionprotected PropertyAdapter
IterableAdapter.findAdapter
(XmlBean.BeanInfo infoBean, XmlElement xml) Obtain a PropertyAdapapter for a map entry key or valueXmlBean.BeanInfo.findAdapter
(String sName) Find a property adapter instance for the specified property.XmlBean.BeanInfo.getAdapters()
Obtain the PropertyAdapter objects for the properties of this XML bean.XmlBean.getAdapters()
Obtain the PropertyAdapter objects for this XmlBean.CollectionAdapter.getElementAdapter()
MapAdapter.getKeyAdapter()
MapAdapter.getValueAdapter()
protected PropertyAdapter
XmlBean.BeanInfo.makeAdapter
(Class clz, String sName, String sXmlName, XmlElement xml) Generate a property adapter instance that will work on this bean class and will adapt for a property of the specified class and of the specified name.