
io.sphere.sdk.json.ReferenceMixIn Maven / Gradle / Ivy
The newest version!
package io.sphere.sdk.json;
import com.fasterxml.jackson.annotation.JsonProperty;
abstract class ReferenceMixIn {
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
abstract Object getObj();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy