Interface TypeInfo<T,​C>

    • Method Detail

      • getType

        T getType()
        Gets the underlying Java type that object represents.
        Returns:
        always non-null.
      • canBeReferencedByIDREF

        boolean canBeReferencedByIDREF()
        True if this type is a valid target from a property annotated with XmlIDREF.