Interface GqlBuilder<T extends GqlType>

  • All Superinterfaces:
    BuiltType<T>, manifold.ext.rt.api.IBindingsBacked, manifold.json.rt.api.IJsonBindingsBacked, Serializable

    public interface GqlBuilder<T extends GqlType>
    extends BuiltType<T>
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default T build()  
      • Methods inherited from interface manifold.ext.rt.api.IBindingsBacked

        display
      • Methods inherited from interface manifold.json.rt.api.IJsonBindingsBacked

        getBindings, write, writeReplace
    • Method Detail

      • build

        default T build()