Class CoreDescriptors


  • public final class CoreDescriptors
    extends java.lang.Object
    The default set of built-in ClassDescriptors. A static utility class.
    Version:
    $Revision: 6671 $ $Date: 2004-11-04 15:55:27 -0700 (Thu, 04 Nov 2004) $
    Author:
    Keith Visco
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static XMLClassDescriptor getDescriptor​(java.lang.Class clazz)
      Returns the XMLClassDescriptor for the given Class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDescriptor

        public static XMLClassDescriptor getDescriptor​(java.lang.Class clazz)
        Returns the XMLClassDescriptor for the given Class. This method will return null if there is no built-in XMLClassDescriptor.
        Parameters:
        clazz - the Class to return the XMLClassDescriptor for.
        Returns:
        the XMLClassDescriptor for the given class, or null.