Package org.bson.codecs.pojo
Interface InstanceCreatorFactory<T>
- Type Parameters:
T- the type of the ClassAccessor
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
The factory for creating
InstanceCreator instances- Since:
- 3.5
-
Method Summary
-
Method Details
-
create
InstanceCreator<T> create()Deprecated.- Returns:
- a new ClassAccessor instance
-