public class EnumAnalyzer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Context |
context |
protected MappingsManager |
mappings |
| Constructor and Description |
|---|
EnumAnalyzer(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
fill(ClassModel classModel) |
protected void |
updateGenericDependency(Type type)
If
type is a parametrized type, add the parametrized type to the
list of class to process. |
protected final Context context
protected final MappingsManager mappings
public EnumAnalyzer(Context context)
public void fill(ClassModel classModel)
protected void updateGenericDependency(Type type)
type is a parametrized type, add the parametrized type to the
list of class to process. For exemple, if type is
List<String>, then String is added to the system.type - a typeCopyright © 2013. All Rights Reserved.