Class EditorEmoticonUnmarshaller

    • Constructor Detail

      • EditorEmoticonUnmarshaller

        public EditorEmoticonUnmarshaller​(MarshallingRegistry registry)
    • Method Detail

      • handles

        public boolean handles​(StartElement startElementEvent,
                               ConversionContext conversionContext)
        Description copied from interface: Unmarshaller
        Determines whether or not this unmarshaller should be applied to a fragment with the specified start element.
        Specified by:
        handles in interface Unmarshaller<Emoticon>
        Parameters:
        startElementEvent - start element
        conversionContext - the conversion context
        Returns:
        true if this unmarshaller can be applied, false otherwise