Interface MorphiaInstanceCreator<T>

  • Type Parameters:
    T - the target type
    All Superinterfaces:
    org.bson.codecs.pojo.InstanceCreator<T>
    All Known Implementing Classes:
    ConstructorCreator, NoArgCreator

    public interface MorphiaInstanceCreator<T>
    extends org.bson.codecs.pojo.InstanceCreator<T>
    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 Summary

      • Methods inherited from interface org.bson.codecs.pojo.InstanceCreator

        getInstance, set