parseImpl

protected final void parseImpl<T>(MessageBuilder<T> builder)

Abstract parse method implemented by specific subclasses to modify parsing behavior.

Note that when extending parsing behavior, it is expected that specific parsers such as DefaultPrintfMessageParser or DefaultBraceStyleMessageParser will be sub-classed. Extending this class directly is only necessary when an entirely new type of format needs to be supported (which should be extremely rare).

Implementations of this method are required to invoke the addParameterImpl method of the supplied builder once for each parameter place-holder in the message.