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 TfromResource(org.apache.sling.api.resource.Resource resource)voidtoResource(org.apache.sling.api.resource.Resource resource, T object)
-