Interface TypeInformation

    • Method Detail

      • isAssignableFromType

        boolean isAssignableFromType​(TypeInformation type)
        Test whether this type is assignable from another type.
        Parameters:
        type - Other type
        Returns:
        true when the other type is accepted as subtype.
      • isAssignableFrom

        boolean isAssignableFrom​(java.lang.Object other)
        Test whether this type is assignable from a given object instance.
        Parameters:
        other - Other object
        Returns:
        true when the other type is an acceptable instance.