Class 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.
    • Constructor Detail

      • MockAemDamAdapterFactory

        public MockAemDamAdapterFactory()
    • Method Detail

      • getAdapter

        @Nullable
        public <AdapterType> AdapterType getAdapter​(@NotNull
                                                    @NotNull Object adaptable,
                                                    @NotNull
                                                    @NotNull Class<AdapterType> type)
        Specified by:
        getAdapter in interface org.apache.sling.api.adapter.AdapterFactory