接口 Unmarshaller

    • 方法详细资料

      • supports

        boolean supports​(Class<?> clazz)
        Indicate whether this unmarshaller can unmarshal instances of the supplied type.
        参数:
        clazz - the class that this unmarshaller is being asked if it can marshal
        返回:
        true if this unmarshaller can indeed unmarshal to the supplied class; false otherwise