All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.bwaldvogel.mongo.backend.postgresql.BinDataJsonMixIn Maven / Gradle / Ivy

The newest version!
package de.bwaldvogel.mongo.backend.postgresql;

import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;

abstract class BinDataJsonMixIn {

    @JsonCreator
    BinDataJsonMixIn(@JsonProperty("data") byte[] data) {}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy