
com.sdl.webapp.common.impl.localization.semantics.JsonFieldSemantics Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dxa-common Show documentation
Show all versions of dxa-common Show documentation
DXA Common project contains framework common classes shared between all other artifacts
package com.sdl.webapp.common.impl.localization.semantics;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Getter;
import lombok.Setter;
@Setter
@Getter
public class JsonFieldSemantics {
@JsonProperty("Prefix")
private String prefix;
@JsonProperty("Entity")
private String entity;
@JsonProperty("Property")
private String property;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy