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

com.yahoo.elide.jsonapi.JsonApiErrorContext Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2023, the original author or authors.
 * Licensed under the Apache License, Version 2.0
 * See LICENSE file in project root for terms.
 */
package com.yahoo.elide.jsonapi;

import com.yahoo.elide.core.exceptions.ErrorContext;

import lombok.Builder;
import lombok.Getter;

/**
 * JsonApiErrorContext.
 */
@Builder
@Getter
public class JsonApiErrorContext implements ErrorContext {
    private final boolean verbose;
    private final JsonApiMapper mapper;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy