|
|||||||||||||||||||
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover | |||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
ClassMapper.java | - | - | - | - |
|
1 |
package com.thoughtworks.xstream.alias;
|
|
2 |
|
|
3 |
public interface ClassMapper { |
|
4 |
String lookupName(Class type); |
|
5 |
|
|
6 |
Class lookupType(String elementName); |
|
7 |
|
|
8 |
Class lookupDefaultType(Class baseType); |
|
9 |
} |
|
10 |
|
|