Interface MorphiaInstanceCreator

  • All Known Implementing Classes:
    NoArgCreator

    @MorphiaInternal
    public interface MorphiaInstanceCreator
    Marker interface for creators
    Developer note.
    This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
    • 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 value
        model - the model