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