Returns a map of field mappings. Keys are based on the index they appear in the class. @return
()
| 151 | * @return |
| 152 | */ |
| 153 | public List<MappedMember> getFields() { |
| 154 | return fields; |
| 155 | } |
| 156 | |
| 157 | /** |
| 158 | * Returns a collection of methods in the MappedClass. |
no outgoing calls
no test coverage detected