Interface UIComponentParser

All Superinterfaces:
ObjectParser<UIComponent>
All Known Subinterfaces:
RootUIComponentParser

@NonNullByDefault public interface UIComponentParser extends ObjectParser<UIComponent>
UIComponentParser is the interface to implement by any format parser for UIComponent objects.
Author:
Ravi Nadahar - Initial contribution