in src/main/java/org/apache/sling/mongodb/impl/MongoDBCollectionResource.java [80:85]
public <AdapterType> AdapterType adaptTo(final Class<AdapterType> type) {
if ( type == Map.class ) {
return (AdapterType) Collections.EMPTY_MAP;
}
return super.adaptTo(type);
}