Package org.mongojack
Class TestDBUpdateSerialization.NestedIdFieldWithDifferentType
- java.lang.Object
-
- org.mongojack.TestDBUpdateSerialization.NestedIdFieldWithDifferentType
-
- Enclosing class:
- TestDBUpdateSerialization
public static class TestDBUpdateSerialization.NestedIdFieldWithDifferentType extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TestDBUpdateSerialization.NestedIdFieldWithDifferentType.Nested
-
Field Summary
Fields Modifier and Type Field Description String
_id
static String
DEFAULT_VALUE
TestDBUpdateSerialization.NestedIdFieldWithDifferentType.Nested
nested
static Date
NESTED_ID_FIELD_VALUE
String
value
-
Constructor Summary
Constructors Constructor Description NestedIdFieldWithDifferentType()
-
-
-
Field Detail
-
DEFAULT_VALUE
public static final String DEFAULT_VALUE
- See Also:
- Constant Field Values
-
NESTED_ID_FIELD_VALUE
public static final Date NESTED_ID_FIELD_VALUE
-
_id
public String _id
-
nested
public TestDBUpdateSerialization.NestedIdFieldWithDifferentType.Nested nested
-
value
public String value
-
-