Class IntrospectedXMLClassDescriptor

All Implemented Interfaces:
NatureExtendable, PropertyHolder, ClassDescriptor, TypeValidator, ClassValidator, XMLClassDescriptor

class IntrospectedXMLClassDescriptor extends XMLClassDescriptorImpl
A simple extension of XMLClassDescriptor so that we can set the "instrospected" flag.
  • Constructor Details

    • IntrospectedXMLClassDescriptor

      IntrospectedXMLClassDescriptor(Class type)
      Creates an IntrospectedXMLClassDescriptor
      Parameters:
      type - the Class type with which this ClassDescriptor describes.
    • IntrospectedXMLClassDescriptor

      public IntrospectedXMLClassDescriptor(Class type, String xmlName)
      Creates an IntrospectedXMLClassDescriptor
      Parameters:
      type - the Class type with which this ClassDescriptor describes.