adaptationMap property
final
A map which contains the adaptations for the theme. The entry's key is the type of the adaptation; the value is the adaptation itself.
To obtain an adaptation, use getAdaptation.
Implementation
final Map<Type, Adaptation<Object>> adaptationMap;