Interface MapModel<V>

All Superinterfaces:
Map<String,V>
All Known Implementing Classes:
APIResponsesImpl, CallbackImpl, ContentImpl, PathsImpl

public interface MapModel<V> extends Map<String,V>