Interface AdaptableLayer

  • All Known Implementing Classes:
    CrudLayer

    public interface AdaptableLayer
    This interface indicates that the implementation is able to adapt the arguments to force the call.
    • Method Summary

      Modifier and Type Method Description
      default java.lang.Object[] adaptArguments​(java.lang.reflect.Method method, java.lang.Object[] args)
      Adapt the arrays of arguments to force the layer call.
    • Method Detail

      • adaptArguments

        default java.lang.Object[] adaptArguments​(java.lang.reflect.Method method,
                                                  java.lang.Object[] args)
        Adapt the arrays of arguments to force the layer call.
        Parameters:
        method - Method to call.
        args - Original array of arguments.
        Returns:
        New array of arguments.