Class RestControllerExceptionHandler

java.lang.Object
io.jmix.rest.impl.controller.RestControllerExceptionHandler

@ControllerAdvice("io.jmix.rest.impl.controller") public class RestControllerExceptionHandler extends Object
  • Field Details

    • SERIALIZABLE_INVALID_VALUE_TYPES

      protected static final Collection<Class> SERIALIZABLE_INVALID_VALUE_TYPES
    • currentAuthentication

      @Autowired protected CurrentAuthentication currentAuthentication
    • metadata

      @Autowired protected Metadata metadata
    • metadataTools

      @Autowired protected MetadataTools metadataTools
    • datatypeRegistry

      @Autowired protected DatatypeRegistry datatypeRegistry
  • Constructor Details

    • RestControllerExceptionHandler

      public RestControllerExceptionHandler()
  • Method Details