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

de.adorsys.aspsp.xs2a.integtest.model.Request Maven / Gradle / Ivy

The newest version!
package de.adorsys.aspsp.xs2a.integtest.model;

import lombok.Getter;

import java.util.Map;

@Getter
public class Request {
    private Map header;
    private T body;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy