Interface InstanceCreatorFactory<T>

Type Parameters:
T - the type of the ClassAccessor

@Deprecated(since="2022-10-31") public interface InstanceCreatorFactory<T>
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

    Modifier and Type
    Method
    Description
    Deprecated.
     
  • Method Details

    • create

      InstanceCreator<T> create()
      Deprecated.
      Returns:
      a new ClassAccessor instance