Package org.bson.codecs.pojo
Interface InstanceCreatorFactory<T>
-
- Type Parameters:
T
- the type of the ClassAccessor
public interface InstanceCreatorFactory<T>
The factory for creatingInstanceCreator
instances- Since:
- 3.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceCreator<T>
create()
-
-
-
Method Detail
-
create
InstanceCreator<T> create()
- Returns:
- a new ClassAccessor instance
-
-