Uses of Class
org.exolab.castor.xml.Introspector
Packages that use Introspector
Package
Description
The XML Marshaller API
-
Uses of Introspector in org.castor.xml
Methods in org.castor.xml that return IntrospectorModifier and TypeMethodDescriptionAbstractInternalContext.getIntrospector()
InternalContext.getIntrospector()
To get the Introspector assigned to this XMLContext.Methods in org.castor.xml with parameters of type IntrospectorModifier and TypeMethodDescriptionvoid
AbstractInternalContext.setIntrospector
(Introspector introspector) void
InternalContext.setIntrospector
(Introspector introspector) To specify whichIntrospector
?is to be used. -
Uses of Introspector in org.exolab.castor.xml
Methods in org.exolab.castor.xml with parameters of type IntrospectorModifier and TypeMethodDescriptionvoid
XMLClassDescriptorResolver.setIntrospector
(Introspector introspector) To set the Introspector to be used. -
Uses of Introspector in org.exolab.castor.xml.util
Methods in org.exolab.castor.xml.util with parameters of type IntrospectorModifier and TypeMethodDescriptionvoid
XMLClassDescriptorResolverImpl.setIntrospector
(Introspector introspector) To set the Introspector to be used.