
com.sdl.dxa.api.datamodel.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dxa-data-model Show documentation
Show all versions of dxa-data-model Show documentation
DXA Data Model artifact provides API for de-/serializing CM JSON content into a DXA model
package com.sdl.dxa.api.datamodel;
/**
* Basic constants for polymorphic JSON mapping.
*/
public final class Constants {
public static final String DOLLAR_TYPE = "$type";
public static final String DEFAULT_NAMESPACE = "tcm";
public static final String LIST_MARKER = "[]";
public static final String UNKNOWN_TYPE = "unknown_type";
private Constants() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy