Package | Description |
---|---|
org.mongodb.morphia.mapping | |
org.mongodb.morphia.query |
Modifier and Type | Method and Description |
---|---|
static boolean |
Mapper.isCompatibleForOperator(Class<?> type,
FilterOperator op,
Object value) |
static MappedField |
Mapper.validate(Class clazz,
Mapper mapper,
StringBuffer origProp,
FilterOperator op,
Object val,
boolean validateNames,
boolean validateTypes)
Validate the path, and value type, returning the mapped field for the field at the path
|
Modifier and Type | Method and Description |
---|---|
static FilterOperator |
FilterOperator.fromString(String val) |
static FilterOperator |
FilterOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterOperator[] |
FilterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.