Uses of Class
com.composum.sling.core.mapping.MappingRules.PropertyFormat.Scope
-
Packages that use MappingRules.PropertyFormat.Scope Package Description com.composum.sling.core.mapping -
-
Uses of MappingRules.PropertyFormat.Scope in com.composum.sling.core.mapping
Fields in com.composum.sling.core.mapping declared as MappingRules.PropertyFormat.Scope Modifier and Type Field Description MappingRules.PropertyFormat.Scope
MappingRules.PropertyFormat. scope
Methods in com.composum.sling.core.mapping that return MappingRules.PropertyFormat.Scope Modifier and Type Method Description static MappingRules.PropertyFormat.Scope
MappingRules.PropertyFormat.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static MappingRules.PropertyFormat.Scope[]
MappingRules.PropertyFormat.Scope. 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.PropertyFormat.Scope Constructor Description PropertyFormat(MappingRules.PropertyFormat.Scope scope, MappingRules.PropertyFormat.Binary binary)
PropertyFormat(MappingRules.PropertyFormat.Scope scope, MappingRules.PropertyFormat.Binary binary, boolean embedType)
-