Package org.apache.sling.api.adapter
@Version("2.2.4")
package org.apache.sling.api.adapter
-
ClassDescriptionThe
Adaptableinterface identifies objects which can be adapted to other types or representations of the same object.TheAdapterFactoryinterface defines the API for helpers which may be provided to enhance the adaptability of adaptable objects.TheAdapterManagerdefines the service interface for a manager for object adaption.TheSlingAdaptableclass is an (abstract) default implementation of theAdaptableinterface.