Class ReallyAnAdapterFactory

  • All Implemented Interfaces:
    org.apache.sling.api.adapter.AdapterFactory

    public class ReallyAnAdapterFactory
    extends Object
    implements org.apache.sling.api.adapter.AdapterFactory
    Service which actually is an adapter factory. See SLING-2522.
    • Constructor Detail

      • ReallyAnAdapterFactory

        public ReallyAnAdapterFactory()
    • Method Detail

      • getAdapter

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