public class TrackingMap extends HashMap<TypeElement,HashMap<String,Visibility>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TrackingMap() |
| Modifier and Type | Method and Description |
|---|---|
Visibility |
getVisibility(TypeElement classElement,
String purpose) |
boolean |
hasNoPurpose(TypeElement classElement) |
void |
track(TypeElement classElement,
GeneratorInformation generatorInformation,
DtoClass dtoClass) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void track(TypeElement classElement, GeneratorInformation generatorInformation, DtoClass dtoClass)
public boolean hasNoPurpose(TypeElement classElement)
public Visibility getVisibility(TypeElement classElement, String purpose)
Copyright © 2018. All rights reserved.