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

com.jonnymatts.jzonbie.jackson.responses.DynamicDefaultAppResponseMixIn Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
package com.jonnymatts.jzonbie.jackson.responses;

import com.fasterxml.jackson.annotation.JsonValue;

public abstract class DynamicDefaultAppResponseMixIn {

    @JsonValue
    public abstract String serialize();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy