Uses of Interface
com.composum.sling.core.mapping.jcr.ObjectMapping.MappingStrategy
-
Packages that use ObjectMapping.MappingStrategy Package Description com.composum.sling.core.mapping.jcr -
-
Uses of ObjectMapping.MappingStrategy in com.composum.sling.core.mapping.jcr
Classes in com.composum.sling.core.mapping.jcr that implement ObjectMapping.MappingStrategy Modifier and Type Class Description static class
ObjectMapping.ResourceFilterStrategy
static class
ObjectMapping.StringFilterStrategy
Fields in com.composum.sling.core.mapping.jcr with type parameters of type ObjectMapping.MappingStrategy Modifier and Type Field Description protected static List<ObjectMapping.MappingStrategy>
ObjectMapping. FROM_RESOURCE_STRATEGIES
protected static Map<Class<?>,ObjectMapping.MappingStrategy>
ObjectMapping. TO_RESOURCE_STRATEGIES
Methods in com.composum.sling.core.mapping.jcr that return ObjectMapping.MappingStrategy Modifier and Type Method Description static ObjectMapping.MappingStrategy
ObjectMapping. getStrategy(Class<?> objectType)
static ObjectMapping.MappingStrategy
ObjectMapping. getStrategy(org.apache.sling.api.resource.Resource resource)
-