Interface IModelObject

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  IModelObject.Builder
      Interface with methods used in builder classes of model objects.
      static interface  IModelObject.IJsonUtil<T>
      Interface with methods used in JsonUtil classes of model objects.
    • Method Summary

      Modifier and Type Method Description
      IModelObject.Builder builder()
      Create a builder for building an instance of a model object.
    • Method Detail

      • builder

        IModelObject.Builder builder()
        Create a builder for building an instance of a model object.
        The type of the builder and its methods depend on its corresponding implementation.
        Returns:
        A builder object.