Is it possible to store a custom POJO as a Json String using @PartitionKey using Java 8.? Is yes, please tell me how .
import com.azure.spring.data.cosmos.core.mapping.PartitionKey;
@PartitionKey
private Result result;
result will have value like {"resultID":"1","secret":"my secret"}