Package com.composum.sling.core.mapping
Class MappingRules.PropertyFormat
- java.lang.Object
-
- com.composum.sling.core.mapping.MappingRules.PropertyFormat
-
- Enclosing class:
- MappingRules
public static class MappingRules.PropertyFormat extends Object
the settings set for property transformation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MappingRules.PropertyFormat.Binary
the binary transformation rules - skip: don't export or import binary properties - link: build an URL to download the binary content (export only, ignored during import) - base64: embed binary content as base64 encoded string (export) and decode this during importstatic class
MappingRules.PropertyFormat.Scope
the scope for the external property representation - value: use a short name / value - attribute format with type embedded ...
-
Field Summary
Fields Modifier and Type Field Description MappingRules.PropertyFormat.Binary
binary
boolean
embedType
MappingRules.PropertyFormat.Scope
scope
-
Constructor Summary
Constructors Constructor Description PropertyFormat(MappingRules.PropertyFormat.Scope scope, MappingRules.PropertyFormat.Binary binary)
PropertyFormat(MappingRules.PropertyFormat.Scope scope, MappingRules.PropertyFormat.Binary binary, boolean embedType)
-
-
-
Field Detail
-
scope
public final MappingRules.PropertyFormat.Scope scope
-
embedType
public final boolean embedType
-
binary
public final MappingRules.PropertyFormat.Binary binary
-
-
Constructor Detail
-
PropertyFormat
public PropertyFormat(MappingRules.PropertyFormat.Scope scope, MappingRules.PropertyFormat.Binary binary)
-
PropertyFormat
public PropertyFormat(MappingRules.PropertyFormat.Scope scope, MappingRules.PropertyFormat.Binary binary, boolean embedType)
-
-