Conditions | 2 |
Total Lines | 5 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | package com.hltech.pact.gen.domain.client.annotation; |
||
17 | public List<AnnotatedMethodHandler> createAll() { |
||
18 | try { |
||
19 | return handlersFactory.createHandlers(findClasses()); |
||
20 | } catch (IllegalAccessException | InstantiationException exception) { |
||
21 | throw new MappingMethodCreationException("Cannot create mapping handler", exception); |
||
22 | } |
||
29 |