Package org.bson.codecs.pojo
Interface InstanceCreatorFactory<T>
- Type Parameters:
T
- the type of the ClassAccessor
public interface InstanceCreatorFactory<T>
The factory for creating
InstanceCreator
instances- Since:
- 3.5
-
Method Summary
-
Method Details
-
create
InstanceCreator<T> create()- Returns:
- a new ClassAccessor instance
-