jar

com.coveo : feign-error-decoder

Maven & Gradle

Jul 06, 2023
71 stars

Feign Reflection Error Decoder · A Feign reflection error decoder that eases the pain in rethrowing checked and unchecked exceptions.

Table Of Contents

Latest Version

Download com.coveo : feign-error-decoder JAR file - Latest Versions:

All Versions

Download com.coveo : feign-error-decoder JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.2.x
2.1.x
2.0.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window feign-error-decoder-3.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.coveo.feign.util

├─ com.coveo.feign.util.ClassUtils.class - [JAR]

├─ com.coveo.feign.util.Pair.class - [JAR]

com.coveo.feign.hierarchy

├─ com.coveo.feign.hierarchy.CachedSpringClassHierarchySupplier.class - [JAR]

├─ com.coveo.feign.hierarchy.ClassHierarchySupplier.class - [JAR]

├─ com.coveo.feign.hierarchy.EmptyClassHierarchySupplier.class - [JAR]

├─ com.coveo.feign.hierarchy.SpringClassHierarchySupplier.class - [JAR]

com.coveo.feign

├─ com.coveo.feign.ExceptionSupplier.class - [JAR]

├─ com.coveo.feign.ReflectionErrorDecoder.class - [JAR]

├─ com.coveo.feign.ThrownExceptionDetails.class - [JAR]

com.coveo.feign.annotation

├─ com.coveo.feign.annotation.ExceptionMessageSetter.class - [JAR]

Advertisement