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 classMappingRules.PropertyFormat.Binarythe 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 classMappingRules.PropertyFormat.Scopethe 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.BinarybinarybooleanembedTypeMappingRules.PropertyFormat.Scopescope
-
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)
-
-