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

com.jonnymatts.jzonbie.jackson.body.ArrayBodyContentMixIn Maven / Gradle / Ivy

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

import com.fasterxml.jackson.annotation.JsonCreator;
import com.jonnymatts.jzonbie.body.ArrayBodyContent;

import java.util.List;

public abstract class ArrayBodyContentMixIn {

    @JsonCreator
    private static ArrayBodyContent arrayBody(List content) {return null;}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy