Class EditorLinkBodyUnmarshaller

    • Method Detail

      • handles

        public boolean handles​(StartElement startElementEvent,
                               ConversionContext conversionContext)
        This unmarshaller needs to be applied intelligently on a reader with the actual body of a link. At this stage, there is no requirement for it to be added to a list of unmarshallers. Therefore, no proper handles implementation is required.
        Specified by:
        handles in interface Unmarshaller<LinkBody<?>>
        Parameters:
        startElementEvent - start element
        conversionContext - the conversion context
        Returns:
        true if this unmarshaller can be applied, false otherwise