public class MongoCollectionClassReplacement extends MongoOperationClassReplacement
CONSUME_INSTANCE_METHOD_NAME| Constructor and Description |
|---|
MongoCollectionClassReplacement() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
find(Object mongoCollection) |
static <TResult> Object |
find(Object mongoCollection,
Class<TResult> resultClass) |
static Object |
find(Object mongoCollection,
Object filter) |
static <TResult> Object |
find(Object mongoCollection,
Object filter,
Class<TResult> resultClass) |
static Object |
find(Object mongoCollection,
Object clientSession,
Object filter) |
static <TResult> Object |
find(Object mongoCollection,
Object clientSession,
Object filter,
Class<TResult> resultClass) |
protected String |
getNameOfThirdPartyTargetClass() |
handleMongogetField, getOriginal, getOriginalConstructor, getOriginalStaticMethod, getTargetClass, getTargetClass, getTargetClassNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAvailableprotected String getNameOfThirdPartyTargetClass()
getNameOfThirdPartyTargetClass in class ThirdPartyMethodReplacementClasspublic static <TResult> Object find(Object mongoCollection, Object filter, Class<TResult> resultClass)
Copyright © 2016–2024. All rights reserved.