Class StoragePlaceholderUnmarshaller

    • Constructor Detail

      • StoragePlaceholderUnmarshaller

        public StoragePlaceholderUnmarshaller()
    • 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<Placeholder>
        Parameters:
        startElementEvent - start element
        conversionContext - the conversion context
        Returns:
        true if this unmarshaller can be applied, false otherwise