Uses of Class
ir.a2mo.sdk.autoconfigure.impl.feign.ExceptionExtractType
-
Packages that use ExceptionExtractType Package Description ir.a2mo.sdk.autoconfigure.impl.feign -
-
Uses of ExceptionExtractType in ir.a2mo.sdk.autoconfigure.impl.feign
Methods in ir.a2mo.sdk.autoconfigure.impl.feign that return ExceptionExtractType Modifier and Type Method Description ExceptionExtractTypeCustomErrorDecoderConfig. getExceptionExtractType()static ExceptionExtractTypeExceptionExtractType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExceptionExtractType[]ExceptionExtractType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ir.a2mo.sdk.autoconfigure.impl.feign with parameters of type ExceptionExtractType Modifier and Type Method Description voidCustomErrorDecoderConfig. setExceptionExtractType(ExceptionExtractType exceptionExtractType)
-