
com.crabshue.commons.json.serialization.exceptions.JsonErrorContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-json Show documentation
Show all versions of commons-json Show documentation
Library for JSON objects handling.
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