public static class MongoMapState.Options<T> extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
int |
cacheSize |
String |
collectionName |
String |
globalKey |
MongoMapper |
mapper |
QueryFilterCreator |
queryCreator |
String |
serDocumentField |
Serializer<T> |
serializer |
String |
url |
Constructor and Description |
---|
Options() |
public String url
public String collectionName
public MongoMapper mapper
public QueryFilterCreator queryCreator
public Serializer<T> serializer
public int cacheSize
public String globalKey
public String serDocumentField
Copyright © 2022 The Apache Software Foundation. All rights reserved.