Package Functions

org.exolab.castor.tools.MappingTool.InternalLoader Class Reference

Inheritance diagram for org.exolab.castor.tools.MappingTool.InternalLoader:
org.exolab.castor.mapping.loader.MappingLoader org.exolab.castor.mapping.MappingResolver

List of all members.

Package Functions

 InternalLoader ()
boolean returnsArray (Class claz, String fieldName, Class type)
boolean canFindAccessors (Class claz, String fieldName, Class type)

Constructor & Destructor Documentation

org.exolab.castor.tools.MappingTool.InternalLoader.InternalLoader (  )  [package]

Member Function Documentation

boolean org.exolab.castor.tools.MappingTool.InternalLoader.canFindAccessors ( Class  claz,
String  fieldName,
Class  type 
) [package]
boolean org.exolab.castor.tools.MappingTool.InternalLoader.returnsArray ( Class  claz,
String  fieldName,
Class  type 
) [package]

Returns true if the get method returns an array. This method is used for greater compatability with generated descriptors.

Returns:
if get method returns an array.

References org.exolab.castor.mapping.loader.MappingLoader.findAccessor().

Referenced by org.exolab.castor.tools.MappingTool.addClass().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties