Uses of Interface
io.foodtechlab.exception.converter.core.CheckedExceptionApiConverter
-
Packages that use CheckedExceptionApiConverter Package Description io.foodtechlab.exception.converter.core io.foodtechlab.exception.converter.core.builtIn -
-
Uses of CheckedExceptionApiConverter in io.foodtechlab.exception.converter.core
Methods in io.foodtechlab.exception.converter.core that return CheckedExceptionApiConverter Modifier and Type Method Description CheckedExceptionApiConverter<?,?>CheckedExceptionService. findConverter(String domain, String reason)Constructor parameters in io.foodtechlab.exception.converter.core with type arguments of type CheckedExceptionApiConverter Constructor Description CheckedExceptionService(Collection<CheckedExceptionApiConverter<?,?>> mappers, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of CheckedExceptionApiConverter in io.foodtechlab.exception.converter.core.builtIn
Classes in io.foodtechlab.exception.converter.core.builtIn that implement CheckedExceptionApiConverter Modifier and Type Class Description classAbstractCheckedExceptionApiConverter<DOMAIN extends io.foodtechlab.exception.converter.domain.CheckedDomainException,DATA>classStaticCheckedExceptionApiConverter<DOMAIN extends io.foodtechlab.exception.converter.domain.CheckedDomainException>
-