Interface ADBHelper<T>

  • Type Parameters:
    T - the bean class that this helper is able to process

    public interface ADBHelper<T>
    Interface implemented by all ADB helpers. Helpers are generated by ADB when helper mode is enabled. They contain the parsing and serialization logic.