Uses of Interface
org.exolab.castor.xml.XMLClassDescriptor
Packages that use XMLClassDescriptor
Package
Description
The Castor implementation of specific XML Schema Types
The XML Marshaller API
-
Uses of XMLClassDescriptor in org.exolab.castor.builder.binding.xml.descriptors
Classes in org.exolab.castor.builder.binding.xml.descriptors that implement XMLClassDescriptorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of XMLClassDescriptor in org.exolab.castor.builder.binding.xml.types.descriptors
Classes in org.exolab.castor.builder.binding.xml.types.descriptors that implement XMLClassDescriptorModifier and TypeClassDescriptionclass
class
class
class
-
Uses of XMLClassDescriptor in org.exolab.castor.mapping.xml.descriptors
Classes in org.exolab.castor.mapping.xml.descriptors that implement XMLClassDescriptorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of XMLClassDescriptor in org.exolab.castor.mapping.xml.types.descriptors
Classes in org.exolab.castor.mapping.xml.types.descriptors that implement XMLClassDescriptorModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of XMLClassDescriptor in org.exolab.castor.types
Classes in org.exolab.castor.types that implement XMLClassDescriptorModifier and TypeClassDescriptionclass
The Base Descriptor class, this class is extended by the descriptors for the custom Castor schema types.class
Deprecated.since Castor 1.0.6 since this type is not in any recommendation.class
The Date Descriptor.class
The DateTime Descriptor.class
The Duration Descriptor.class
The GDay Descriptor.class
The gMonthDay Descriptor.class
The GMonth Descriptor.class
The GYear Descriptor.class
The GYearMonth Descriptor.class
Deprecated.since Castor 1.0.6 since this type is not in any recommendation.class
Deprecated.since Castor 1.0.6 since this type is not in any recommendation.class
The Time Descriptor.class
Deprecated.since Castor 1.0.6 since this type is not in any recommendation.class
Deprecated.since Castor 1.0.6 since this type is not in any recommendation.class
Deprecated.since Castor 1.0.6 since this type is not in any recommendation. -
Uses of XMLClassDescriptor in org.exolab.castor.xml
Methods in org.exolab.castor.xml that return XMLClassDescriptorModifier and TypeMethodDescriptionIntrospector.generateClassDescriptor
(Class c) Creates an XMLClassDescriptor for the given class by using Reflection.Introspector.generateClassDescriptor
(Class c, PrintWriter errorWriter) Creates an XMLClassDescriptor for the given class by using Reflection.Marshaller.NilObject.getClassDescriptor()
Returns the associated XMLClassDescriptorReturns the XMLClassDescriptor for the given class name.XMLClassDescriptorResolver.resolve
(String className, ClassLoader loader) Returns the XMLClassDescriptor for the given class name.XMLClassDescriptorResolver.resolveByXMLName
(String xmlName, String namespaceURI, ClassLoader loader) Returns the first XMLClassDescriptor that matches the given XML name and namespaceURI.Methods in org.exolab.castor.xml with parameters of type XMLClassDescriptorModifier and TypeMethodDescriptionstatic boolean
Introspector.introspected
(XMLClassDescriptor descriptor) Returns true if the given XMLClassDescriptor was created via introspection -
Uses of XMLClassDescriptor in org.exolab.castor.xml.descriptors
Classes in org.exolab.castor.xml.descriptors that implement XMLClassDescriptorModifier and TypeClassDescriptionclass
class
A ClassDescriptor for java.util.Date.class
The default class descriptor for Enumerations that are passed in as the root-level class, this is really only useful for marshaling, as Enumerations are immutable.class
The default java.util.List class descriptor.class
A ClassDescriptor for java.util.Locale.class
The default primitives class descriptor, this is only used when unmarshaling a primitive as the "root" object.class
The default class descriptor for Arrays that are passed in as the root-level class.class
A ClassDescriptor for java.sql.Date.class
A ClassDescriptor for java.sql.Time.class
A ClassDescriptor for java.sql.Date.class
The default String class descriptor.class
The default java.util.Vector class descriptor.Methods in org.exolab.castor.xml.descriptors that return XMLClassDescriptorModifier and TypeMethodDescriptionstatic XMLClassDescriptor
CoreDescriptors.getDescriptor
(Class clazz) Returns the XMLClassDescriptor for the given Class. -
Uses of XMLClassDescriptor in org.exolab.castor.xml.parsing
Methods in org.exolab.castor.xml.parsing with parameters of type XMLClassDescriptorModifier and TypeMethodDescriptionvoid
NamespaceHandling.processNamespaces
(XMLClassDescriptor classDesc, Object object) Saves local namespace declarations to the object model if necessary. -
Uses of XMLClassDescriptor in org.exolab.castor.xml.schema.annotations.jdo.descriptors
Classes in org.exolab.castor.xml.schema.annotations.jdo.descriptors that implement XMLClassDescriptorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of XMLClassDescriptor in org.exolab.castor.xml.schema.annotations.solrj.descriptors
Classes in org.exolab.castor.xml.schema.annotations.solrj.descriptors that implement XMLClassDescriptor -
Uses of XMLClassDescriptor in org.exolab.castor.xml.util
Classes in org.exolab.castor.xml.util that implement XMLClassDescriptorModifier and TypeClassDescriptionclass
An adapter class which can turn an ordinary ClassDescriptor into an XMLClassDescriptor.class
The core implementation of XMLClassDescriptor.Methods in org.exolab.castor.xml.util that return XMLClassDescriptorModifier and TypeMethodDescriptionResolverStrategy.ResolverResults.getDescriptor
(String className) Gets the descriptor that is mapped to the given class name.Returns the XMLClassDescriptor for the given class name.XMLClassDescriptorResolverImpl.resolve
(String className, ClassLoader loader) Returns the XMLClassDescriptor for the given class name.XMLClassDescriptorResolverImpl.resolveByXMLName
(String xmlName, String namespaceURI, ClassLoader loader) Returns the first XMLClassDescriptor that matches the given XML name and namespaceURI.Methods in org.exolab.castor.xml.util with parameters of type XMLClassDescriptorModifier and TypeMethodDescriptionvoid
ResolverStrategy.ResolverResults.addDescriptor
(String className, XMLClassDescriptor descriptor) Adds a descriptor to this caches maps.
The descriptor is mapped both with the class name and its XML name.void
XMLClassDescriptorImpl.setExtends
(XMLClassDescriptor classDesc) Sets the XMLClassDescriptor that this descriptor inherits fromprotected void
XMLClassDescriptorImpl.setExtendsWithoutFlatten
(XMLClassDescriptor classDesc) -
Uses of XMLClassDescriptor in types.descriptors
Classes in types.descriptors that implement XMLClassDescriptor