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 classObjectMapping.ResourceFilterStrategystatic classObjectMapping.StringFilterStrategyFields 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_STRATEGIESprotected static Map<Class<?>,ObjectMapping.MappingStrategy>ObjectMapping. TO_RESOURCE_STRATEGIESMethods in com.composum.sling.core.mapping.jcr that return ObjectMapping.MappingStrategy Modifier and Type Method Description static ObjectMapping.MappingStrategyObjectMapping. getStrategy(Class<?> objectType)static ObjectMapping.MappingStrategyObjectMapping. getStrategy(org.apache.sling.api.resource.Resource resource)
-