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 classTestDBUpdateSerialization.NestedIdFieldWithDifferentType.Nested
-
Field Summary
Fields Modifier and Type Field Description String_idstatic StringDEFAULT_VALUETestDBUpdateSerialization.NestedIdFieldWithDifferentType.Nestednestedstatic DateNESTED_ID_FIELD_VALUEStringvalue
-
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
-
-