Package org.hcjf.layers
Interface AdaptableLayer
-
- All Known Implementing Classes:
CrudLayer
public interface AdaptableLayerThis 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.
-