Package dev.morphia.mapping.codec
Interface MorphiaInstanceCreator
-
- All Known Implementing Classes:
NoArgCreator
@MorphiaInternal public interface MorphiaInstanceCreator
Marker interface for creatorsDeveloper note.This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getInstance()
void
set(Object value, PropertyModel model)
Sets a value for the given FieldModel
-
-
-
Method Detail
-
getInstance
Object getInstance()
- Returns:
- the new class instance.
-
set
void set(@Nullable Object value, PropertyModel model)
Sets a value for the given FieldModel- Parameters:
value
- the valuemodel
- the model
-
-