Interface CreateLayerInterface<O>

    • Method Summary

      Modifier and Type Method Description
      default O create​(O object)
      This method implements the creation of the resource.
      • Methods inherited from interface java.lang.reflect.InvocationHandler

        invoke
    • Method Detail

      • create

        default O create​(O object)
        This method implements the creation of the resource.
        Parameters:
        object - Object to represents an instance of the resource.
        Returns:
        The instance of the resource.