Uses of Interface
com.teamkonzept.dom4jb.beans.XMLBeanInfo

Packages that use XMLBeanInfo
com.teamkonzept.dom4jb.beans Contains classes for providing and extracting information about JavaBeansTM
com.teamkonzept.dom4jb.beans.infos Contains the default XMLBeanInfo classes.  
com.teamkonzept.dom4jb.schema   
 

Uses of XMLBeanInfo in com.teamkonzept.dom4jb.beans
 

Methods in com.teamkonzept.dom4jb.beans that return XMLBeanInfo
static XMLBeanInfo Introspector.getBeanInfo(Class beanClass)
           
static XMLBeanInfo Introspector.getBeanInfo(Class beanClass, Set defined)
           
static XMLBeanInfo Introspector.buildBeanInfo(Class beanClass, Set defined)
           
 

Methods in com.teamkonzept.dom4jb.beans with parameters of type XMLBeanInfo
static void Introspector.put(Class beanClass, XMLBeanInfo info)
           
 

Uses of XMLBeanInfo in com.teamkonzept.dom4jb.beans.infos
 

Classes in com.teamkonzept.dom4jb.beans.infos that implement XMLBeanInfo
 class ArrayListXMLBeanInfo
          This is the default XMLBeanInfo defining how a array list will be represented.
 class ClassXMLBeanInfo
          This is the default XMLBeanInfo defining how a class object will be represented.
static class Collections.EmptyListXMLBeanInfo
          {@inheritDoc}
static class Collections.UnmodifiableCollectionXMLBeanInfo
          This is the default XMLBeanInfo defining how a collection will be represented.
static class Collections.UnmodifiableListXMLBeanInfo
          This is the default XMLBeanInfo defining how a list will be represented.
static class Collections.UnmodifiableMapXMLBeanInfo
          {@inheritDoc}
static class Collections.UnmodifiableSetXMLBeanInfo
          {@inheritDoc}
 class CollectionXMLBeanInfo
          This is the default XMLBeanInfo defining how a collection will be represented.
 class EntryXMLBeanInfo
           
 class HashMapXMLBeanInfo
           
 class HashSetXMLBeanInfo
           
 class IntegerXMLBeanInfo
          This is the default XMLBeanInfo defining how a integer will be represented.
 class LinkedListXMLBeanInfo
          This is the default XMLBeanInfo defining how a linked list will be represented.
 class ListXMLBeanInfo
          This is the default XMLBeanInfo defining how a list will be represented.
 class LongXMLBeanInfo
          This is the default XMLBeanInfo defining how a long will be represented.
 class MapXMLBeanInfo
           
 class ObjectXMLBeanInfo
          This is the default XMLBeanInfo defining how a object will be represented.
 class SetXMLBeanInfo
           
 class StringEntryXMLBeanInfo
           
 class StringXMLBeanInfo
          This is the default XMLBeanInfo defining how a string will be represented.
 class VectorXMLBeanInfo
           
 

Constructors in com.teamkonzept.dom4jb.beans.infos with parameters of type XMLBeanInfo
MapXMLBeanInfo(String entryName, XMLBeanInfo entryType)
          Creates new MapXMLBeanInfo
 

Uses of XMLBeanInfo in com.teamkonzept.dom4jb.schema
 

Fields in com.teamkonzept.dom4jb.schema declared as XMLBeanInfo
protected  XMLBeanInfo ElementDescriptor.type
           
 

Constructors in com.teamkonzept.dom4jb.schema with parameters of type XMLBeanInfo
ElementDescriptor(NodeName name, PropertyDescriptor property, XMLBeanInfo type)
          Creates new ElementDescriptor
ElementDescriptor(String name, PropertyDescriptor property, XMLBeanInfo type)
          Creates new ElementDescriptor
ElementDescriptor(String name, Class beanClass, XMLBeanInfo type)
          Creates new ElementDescriptor
MapAdapter(String itemName, XMLBeanInfo entryType)
          Creates new CollectionAdapter
 



Copyright © 2001-2003 Team-Konzept GmbH & CO KG. All Rights Reserved.