Uses of Class
com.composum.sling.core.mapping.MappingRules.ChangeRule
-
Packages that use MappingRules.ChangeRule Package Description com.composum.sling.core.mapping -
-
Uses of MappingRules.ChangeRule in com.composum.sling.core.mapping
Fields in com.composum.sling.core.mapping declared as MappingRules.ChangeRule Modifier and Type Field Description MappingRules.ChangeRule
MappingRules. changeRule
the change policyMethods in com.composum.sling.core.mapping that return MappingRules.ChangeRule Modifier and Type Method Description static MappingRules.ChangeRule
MappingRules.ChangeRule. valueOf(String name)
Returns the enum constant of this type with the specified name.static MappingRules.ChangeRule[]
MappingRules.ChangeRule. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.composum.sling.core.mapping with parameters of type MappingRules.ChangeRule 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
-