Interface ObjectMapping.MappingStrategy<T>
-
- All Known Implementing Classes:
ObjectMapping.ResourceFilterStrategy
,ObjectMapping.StringFilterStrategy
- Enclosing class:
- ObjectMapping
public static interface ObjectMapping.MappingStrategy<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
fromResource(org.apache.sling.api.resource.Resource resource)
void
toResource(org.apache.sling.api.resource.Resource resource, T object)
-