|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JacksonDBCollection.Feature | |
|---|---|
| net.vz.mongodb.jackson | |
| Uses of JacksonDBCollection.Feature in net.vz.mongodb.jackson |
|---|
| Methods in net.vz.mongodb.jackson that return JacksonDBCollection.Feature | |
|---|---|
static JacksonDBCollection.Feature |
JacksonDBCollection.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JacksonDBCollection.Feature[] |
JacksonDBCollection.Feature.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.vz.mongodb.jackson with parameters of type JacksonDBCollection.Feature | |
|---|---|
JacksonDBCollection<T,K> |
JacksonDBCollection.disable(JacksonDBCollection.Feature feature)
Disable the given feature |
JacksonDBCollection<T,K> |
JacksonDBCollection.enable(JacksonDBCollection.Feature feature)
Enable the given feature |
boolean |
JacksonDBCollection.isEnabled(JacksonDBCollection.Feature feature)
Whether the given feature is enabled |
| Constructor parameters in net.vz.mongodb.jackson with type arguments of type JacksonDBCollection.Feature | |
|---|---|
JacksonDBCollection(com.mongodb.DBCollection dbCollection,
org.codehaus.jackson.type.JavaType type,
org.codehaus.jackson.type.JavaType keyType,
org.codehaus.jackson.map.ObjectMapper objectMapper,
Map<JacksonDBCollection.Feature,Boolean> features)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||