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

com.mindee.product.custom.CustomV1 Maven / Gradle / Ivy

There is a newer version: 4.21.0
Show newest version
package com.mindee.product.custom;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.mindee.parsing.common.Inference;
import lombok.Getter;

/**
 * Define a simple model to encapsulate data from a custom API builder model.
 */
@Getter
@JsonIgnoreProperties(ignoreUnknown = true)
public class CustomV1 extends Inference {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy