|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
all operator is similar to $in, but instead of matching any value in the specified array all values in the array must be matched.
all operator is similar to $in, but instead of matching any value in the specified array all values in the array must be matched.
Double
Integer
Long
String
in operator is analogous to the SQL IN modifier, allowing you
to specify an array of possible matches.
in operator is analogous to the SQL IN modifier, allowing you
to specify an array of possible matches.
instanceof java.util.List or java.util.Map
instanceof java.util.List or java.util.Map
instanceof java.util.List
instanceof java.util.List
instanceof java.util.Map
instanceof java.util.Map
Lists)JsonModel to an Collection of ObjectsList or a Map.JsonModel to an ObjectMaps)JsonModel.ObjectMappingModelReader for this JsonModel.
JsonModel.ObjectMappingModelReader for the JsonModel targeted by the provided JsonPath.
JsonModel.ObjectMappingModelReader for the JsonModel targeted by the provided JsonPath.
nin operator is similar to $in except that it selects objects for
which the specified field does not have any value in the specified array.
nin operator is similar to $in except that it selects objects for
which the specified field does not have any value in the specified array.
MappingProvider
JsonModel.ArrayOps for this JsonModel.
JsonModel.ArrayOps for the array inside this JsonModel identified by the given JsonPath.
JsonModel.ArrayOps for the array inside this JsonModel identified by the given JsonPath.
JsonModel.ObjectOps for this JsonModel.
JsonModel.ObjectOps for the object inside this JsonModel identified by the given JsonPath.
JsonModel.ObjectOps for the object inside this JsonModel identified by the given JsonPath.
size operator matches any array with the specified number of elements.
MappingProvider
JsonModel.ObjectOps to the provided class
JsonModel.ListMappingModelReader.of(java.lang.Class)
List of objects with the provided class using the configured MappingProvider
Set of objects with the provided class using the configured MappingProvider
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||