Uses of Class
com.atlassian.crowd.plugin.rest.entity.ErrorEntity
Packages that use ErrorEntity
Package
Description
-
Uses of ErrorEntity in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return ErrorEntityModifier and TypeMethodDescriptionstatic ErrorEntityCreates appropriate error entity from the given exception. -
Uses of ErrorEntity in com.atlassian.crowd.plugin.rest.exception.mapper
Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type ErrorEntityModifier and TypeMethodDescriptionlongErrorEntityMessageBodyWriter.getSize(ErrorEntity errorEntity, Class<?> aClass, Type type, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) voidErrorEntityMessageBodyWriter.writeTo(ErrorEntity errorEntity, Class<?> aClass, Type type, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> multivaluedMap, OutputStream entityStream)