all static method

List<Mapper<Object, Object>> all(
  1. PluggableMapper mapper
)

Implementation

static List<Mapper> all(PluggableMapper mapper) => [
  FrogRequestMapper(mapper),
  HttpMethodMapper(mapper),
  FormDataMapper(mapper),
  FormFileMapper(mapper),
];