接口 GenericMarshaller

    • 方法详细资料

      • supports

        boolean supports​(Type genericType)
        Indicates whether this marshaller can marshal instances of the supplied generic type.
        参数:
        genericType - the type that this marshaller is being asked if it can marshal
        返回:
        true if this marshaller can indeed marshal instances of the supplied type; false otherwise