Package io.wcm.testing.mock.aem.dam
Class MockAemDamAdapterFactory
java.lang.Object
io.wcm.testing.mock.aem.dam.MockAemDamAdapterFactory
- All Implemented Interfaces:
org.apache.sling.api.adapter.AdapterFactory
@ProviderType
public final class MockAemDamAdapterFactory
extends Object
implements org.apache.sling.api.adapter.AdapterFactory
Mock adapter factory for AEM Asset-related adaptions.
-
Field Summary
Fields inherited from interface org.apache.sling.api.adapter.AdapterFactory
ADAPTABLE_CLASSES, ADAPTER_CLASSES, SERVICE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<AdapterType>
AdapterTypegetAdapter(@NotNull Object adaptable, @NotNull Class<AdapterType> type)
-
Constructor Details
-
MockAemDamAdapterFactory
public MockAemDamAdapterFactory()
-
-
Method Details