
com.sdl.webapp.common.impl.localization.semantics.JsonVocabulary 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 JsonVocabulary {
@JsonProperty("Prefix")
private String prefix;
@JsonProperty("Vocab")
private String vocab;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy