Class CrudLayer<O>

    • Constructor Detail

      • CrudLayer

        public CrudLayer​(java.lang.String implName)
      • CrudLayer

        public CrudLayer()
    • Method Detail

      • getResourceType

        public final java.lang.Class<O> getResourceType()
        This method return the resource class of the layer.
        Returns:
        Resource class.
      • adaptArguments

        public java.lang.Object[] adaptArguments​(java.lang.reflect.Method method,
                                                 java.lang.Object[] args)
        Description copied from interface: AdaptableLayer
        Adapt the arrays of arguments to force the layer call.
        Specified by:
        adaptArguments in interface AdaptableLayer
        Parameters:
        method - Method to call.
        args - Original array of arguments.
        Returns:
        New array of arguments.