Uses of Class
com.composum.sling.core.mapping.MappingRules.PropertyFormat
-
Packages that use MappingRules.PropertyFormat Package Description com.composum.sling.core.mapping -
-
Uses of MappingRules.PropertyFormat in com.composum.sling.core.mapping
Fields in com.composum.sling.core.mapping declared as MappingRules.PropertyFormat Modifier and Type Field Description MappingRules.PropertyFormat
MappingRules. propertyFormat
the format for the properties in the JSON textConstructors in com.composum.sling.core.mapping with parameters of type MappingRules.PropertyFormat Constructor Description MappingRules(ResourceFilter resourceFilter, StringFilter exportPropertyFilter, StringFilter importPropertyFilter, MappingRules.PropertyFormat propertyFormat, Integer maxDepth, MappingRules.ChangeRule changeRule)
Generates a resource traversal filter for generation JSON objects.MappingRules(MappingRules template, ResourceFilter resourceFilter, StringFilter exportPropertyFilter, StringFilter importPropertyFilter, MappingRules.PropertyFormat propertyFormat, Integer maxDepth, MappingRules.ChangeRule changeRule)
the copy constructor to clone and modify rules partially
-