Package io.wcm.testing.mock.aem
Class MockLayerAdapterFactory
java.lang.Object
io.wcm.testing.mock.aem.MockLayerAdapterFactory
- All Implemented Interfaces:
org.apache.sling.api.adapter.AdapterFactory
@ProviderType
public final class MockLayerAdapterFactory
extends Object
implements org.apache.sling.api.adapter.AdapterFactory
Tries to adapt to an InputStream to get a Layer instance for an image binary.
-
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 object, @NotNull Class<AdapterType> type)
-
Constructor Details
-
MockLayerAdapterFactory
public MockLayerAdapterFactory()
-
-
Method Details