@NonNullApi
Package dev.morphia.mapping.validation.fieldrules
Developer note.
This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
-
Class Summary Class Description ContradictingAnnotations Checks that contradicting annotations aren't defined.IdDoesNotMix Checks that @Id is not with any other mapping annotationLazyReferenceMissingDependencies Checks that proxy deps are present if lazy references are used.LazyReferenceOnArray Checks that lazy references aren't used in conjunction with arrays.MapKeyTypeConstraint A constraint to validate key types of Map fieldsPropertyConstraint Defines a property constraint.ReferenceToUnidentifiable Checks that references point to mapped types.VersionMisuse A constraint to validate any versioning field on a type