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

com.crabshue.commons.json.serialization.exceptions.JsonErrorContext Maven / Gradle / Ivy

The newest version!
package com.crabshue.commons.json.serialization.exceptions;

import com.crabshue.commons.exceptions.context.ErrorContext;

/**
 * {@link ErrorContext} for JSON operations.
 */
public enum JsonErrorContext implements ErrorContext {

    SUPPORTED_TYPES_FOR_JSON_SERIALIZATION,

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy