Class JsonGraph<T extends JsonGraph<T>>

  • Type Parameters:
    T - type of the concrete class extending this.

    public abstract class JsonGraph<T extends JsonGraph<T>>
    extends Object
    Abstract base class for convenient JSON-serializable graphs with fluent interface.