public interface ParserPlugin extends Plugin
Plugin that provides a custom ParserFactory.
These plugins can be used to provide alternative parser implementations. Note that only one instance of a
ParserPlugin can be registered at a time.
BaseParserFactory| Modifier and Type | Method and Description |
|---|---|
ParserFactory |
getParserFactory()
Gets the
ParserFactory instance. |
ParserFactory getParserFactory()
ParserFactory instance.ParserFactory.Copyright (c) 2019, Salesforce.com, Inc. All rights reserved. Licensed under the BSD 3-Clause license. For full license text, see the LICENSE file in the repository.