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.
-
-
Constructor Summary
Constructors Constructor Description MockLayerAdapterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <AdapterType>
AdapterTypegetAdapter(@NotNull Object object, @NotNull Class<AdapterType> type)
-