Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACTION_URL - Static variable in class org.imageconverter.util.controllers.imageconverter.ImageConverterConst
- ACTION_URL - Static variable in class org.imageconverter.util.controllers.imagetype.ImageTypeConst
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.imageconverter.config.WebConfig
- afterReturning(ProceedingJoinPoint) - Method in class org.imageconverter.util.validation.ValidatorAspect
-
Execute the around with valition contraints for methods.
- annotatedClass() - Method in class org.imageconverter.util.logging.LoggableAspect
-
The pointcut to annotated method.
- annotatedMethod() - Method in class org.imageconverter.util.logging.LoggableAspect
-
The pointcut to annotated class.
B
- BaseApplicationException - Exception in org.imageconverter.infra.exception
-
Base applicaton exception.
- BaseApplicationException(String, Object...) - Constructor for exception org.imageconverter.infra.exception.BaseApplicationException
-
Constructs a new BaseApplicationException exception with the specified detail message.
- BaseApplicationException(String, Throwable, Object...) - Constructor for exception org.imageconverter.infra.exception.BaseApplicationException
-
Constructs a new runtime exception with the specified detail message and cause.
- BATCH - Enum constant in enum class org.imageconverter.domain.conversion.ExecutionType
- BeanUtil - Class in org.imageconverter.util
-
Utils to retrieves spring objects to non managed objects.
- BeanUtil() - Constructor for class org.imageconverter.util.BeanUtil
- beforeSpringSecurityFilterChain(ServletContext) - Method in class org.imageconverter.config.security.SecurityApplicationInitializer
- build() - Method in class org.imageconverter.domain.conversion.ImageConversion.Builder
- Builder() - Constructor for class org.imageconverter.domain.conversion.ImageConversion.Builder
C
- configurePathMatch(PathMatchConfigurer) - Method in class org.imageconverter.config.WebConfig
- ConversionException - Exception in org.imageconverter.infra.exception
-
Conversion image file to text error.
- ConversionException(String, Object...) - Constructor for exception org.imageconverter.infra.exception.ConversionException
-
Constructs a new ConversionException exception with the specified detail message.
- ConversionException(String, Throwable, Object...) - Constructor for exception org.imageconverter.infra.exception.ConversionException
-
Constructs a new runtime exception with the specified detail message and cause.
- convert(List<ImageConverterRequestInterface>) - Method in class org.imageconverter.application.ImageConversionService
-
Convert a list of image on text.
- convert(ImageConverterRequestInterface) - Method in class org.imageconverter.application.ImageConversionService
-
Convert an image on text.
- convert(String, byte[]) - Method in class org.imageconverter.domain.conversion.TesseractService
-
Convert a file image to text.
- convert(String, byte[], int, int, int, int) - Method in class org.imageconverter.domain.conversion.TesseractService
-
Convert a file image to text.
- convert(MultipartFile[], HttpServletRequest, HttpServletResponse) - Method in class org.imageconverter.controller.ImageConversionRestController
-
Convert multiple images file on text.
- convert(MultipartFile, HttpServletRequest, HttpServletResponse) - Method in class org.imageconverter.controller.ImageConversionRestController
-
Convert a image file on text.
- convertToDatabaseColumn(ExecutionType) - Method in class org.imageconverter.util.jpaconverters.ExcutionTypeConverter
- convertToEntityAttribute(String) - Method in class org.imageconverter.util.jpaconverters.ExcutionTypeConverter
- convertWithArea(MultipartFile, Integer, Integer, Integer, Integer, HttpServletRequest, HttpServletResponse) - Method in class org.imageconverter.controller.ImageConversionRestController
-
Convert a image file with area on text.
- create(CreateImageTypeRequest, HttpServletResponse) - Method in class org.imageconverter.controller.ImageTypeRestController
-
Create a image type.
- createExpression(Class<?>, Class<?>...) - Method in class org.imageconverter.util.performance.PerformanceMonitor
- createImageType(CreateImageTypeRequest) - Method in class org.imageconverter.application.ImageTypeService
-
Create a image type.
- CreateImageTypeRequest - Record Class in org.imageconverter.util.controllers.imagetype
-
Structure create image type.
- CreateImageTypeRequest(String, String, String) - Constructor for record class org.imageconverter.util.controllers.imagetype.CreateImageTypeRequest
-
Creates an instance of a
CreateImageTypeRequest
record class. - CreateImageTypeRequestBody - Annotation Interface in org.imageconverter.util.openapi.imagetype
- CsrfLoggerFilter - Class in org.imageconverter.config.filter
-
Filter created to pass the CSRF token on response.
- CsrfLoggerFilter() - Constructor for class org.imageconverter.config.filter.CsrfLoggerFilter
- CsvFileGenerationException - Exception in org.imageconverter.infra.exception
-
Unexpected error on create CSV file.
- CsvFileGenerationException(String, Object...) - Constructor for exception org.imageconverter.infra.exception.CsvFileGenerationException
-
Constructs a new CsvFileGenerationException exception with the specified detail message.
- CsvFileGenerationException(String, Throwable, Object...) - Constructor for exception org.imageconverter.infra.exception.CsvFileGenerationException
-
Constructs a new runtime exception with the specified detail message and cause.
- CsvFileNoDataException - Exception in org.imageconverter.infra.exception
-
No data on CSV file.
- CsvFileNoDataException(String, Object...) - Constructor for exception org.imageconverter.infra.exception.CsvFileNoDataException
-
Constructs a new CsvFileGenerationException exception with the specified detail message.
- CsvFileNoDataException(String, Throwable, Object...) - Constructor for exception org.imageconverter.infra.exception.CsvFileNoDataException
-
Constructs a new runtime exception with the specified detail message and cause.
D
- DefaultOpenApiConfiguration - Class in org.imageconverter.config
- DefaultOpenApiConfiguration() - Constructor for class org.imageconverter.config.DefaultOpenApiConfiguration
- defineContext(ApplicationContext) - Static method in class org.imageconverter.util.BeanUtil
-
Set the spring context to retrive objects.
- delete(Long) - Method in class org.imageconverter.controller.ImageConversionRestController
-
Delete a image conversion.
- delete(Long) - Method in class org.imageconverter.controller.ImageTypeRestController
-
Delete a image type.
- deleteImageConversion(Long) - Method in class org.imageconverter.application.ImageConversionService
-
Delete a conversion image.
- deleteImageType(Long) - Method in class org.imageconverter.application.ImageTypeService
-
Delete a image type.
- description() - Method in record class org.imageconverter.util.controllers.imagetype.CreateImageTypeRequest
-
Returns the value of the
description
record component. - description() - Method in record class org.imageconverter.util.controllers.imagetype.UpdateImageTypeRequest
-
Returns the value of the
description
record component. - DESKTOP - Enum constant in enum class org.imageconverter.domain.conversion.ExecutionType
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.imageconverter.config.filter.CsrfLoggerFilter
- downloadImageConversionCsv(Specification<ImageConversion>) - Method in class org.imageconverter.controller.ImageConversionRestController
-
Create a CSV file using filter.
E
- ElementAlreadyExistsException - Exception in org.imageconverter.infra.exception
-
Element already exists exception.
- ElementAlreadyExistsException(Class<T>, Object) - Constructor for exception org.imageconverter.infra.exception.ElementAlreadyExistsException
-
Constructs a new ElementAlreadyExistsException exception and create detail message regard of parameters.
- ElementAlreadyExistsException(Class<T>, Object[]) - Constructor for exception org.imageconverter.infra.exception.ElementAlreadyExistsException
-
Constructs a new ElementAlreadyExistsException exception and create detail message regard of parameters.
- ElementConflictException - Exception in org.imageconverter.infra.exception
-
Element conflits exception, like delete a linked object.
- ElementConflictException(String, Object...) - Constructor for exception org.imageconverter.infra.exception.ElementConflictException
-
Constructs a new ElementConflictException exception with the specified detail message.
- ElementConflictException(String, Throwable, Object...) - Constructor for exception org.imageconverter.infra.exception.ElementConflictException
-
Constructs a new runtime exception with the specified detail message and cause.
- ElementInvalidException - Exception in org.imageconverter.infra.exception
-
Element with invalid state/parameters.
- ElementInvalidException(String, Object...) - Constructor for exception org.imageconverter.infra.exception.ElementInvalidException
-
Constructs a new ConversionException exception with the specified detail message.
- ElementInvalidException(String, Throwable, Object...) - Constructor for exception org.imageconverter.infra.exception.ElementInvalidException
-
Constructs a new runtime exception with the specified detail message and cause.
- ElementNotFoundException - Exception in org.imageconverter.infra.exception
-
Element not found on search.
- ElementNotFoundException(Class<T>, String) - Constructor for exception org.imageconverter.infra.exception.ElementNotFoundException
-
Constructs a new ElementNotFoundException exception and create detail message regard of parameters.
- ElementNotFoundException(String, Object...) - Constructor for exception org.imageconverter.infra.exception.ElementNotFoundException
-
Constructs a new BaseApplicationException exception with the specified detail message.
- ElementWithIdNotFoundException - Exception in org.imageconverter.infra.exception
- ElementWithIdNotFoundException(Class<T>, Object) - Constructor for exception org.imageconverter.infra.exception.ElementWithIdNotFoundException
- equals(Object) - Method in class org.imageconverter.domain.conversion.ImageConversion
- equals(Object) - Method in class org.imageconverter.domain.imagetype.ImageType
- equals(Object) - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConversionPostResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConversionResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequestArea
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.imageconverter.util.controllers.imagetype.CreateImageTypeRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.imageconverter.util.controllers.imagetype.ImageTypeResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.imageconverter.util.controllers.imagetype.UpdateImageTypeRequest
-
Indicates whether some other object is "equal to" this one.
- errorValue() - Element in annotation interface org.imageconverter.util.logging.Loggable
- ExcutionTypeConverter - Class in org.imageconverter.util.jpaconverters
-
Converter for
ExecutionType
enum to String for JPA framework. - ExcutionTypeConverter() - Constructor for class org.imageconverter.util.jpaconverters.ExcutionTypeConverter
- executionType - Variable in class org.imageconverter.domain.conversion.ImageConversion.Builder
- executionType() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequest
-
Returns the value of the
executionType
record component. - executionType() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequestArea
-
Returns the value of the
executionType
record component. - executionType() - Method in interface org.imageconverter.util.controllers.imageconverter.ImageConverterRequestInterface
-
Execution type.
- ExecutionType - Enum Class in org.imageconverter.domain.conversion
-
Conversion execution's type.
- extension() - Method in record class org.imageconverter.util.controllers.imagetype.CreateImageTypeRequest
-
Returns the value of the
extension
record component. - extension() - Method in record class org.imageconverter.util.controllers.imagetype.ImageTypeResponse
-
Returns the value of the
extension
record component. - extension() - Method in record class org.imageconverter.util.controllers.imagetype.UpdateImageTypeRequest
-
Returns the value of the
extension
record component.
F
- FaviconController() - Constructor for class org.imageconverter.config.security.SecurityConfig.FaviconController
- fileContent - Variable in class org.imageconverter.domain.conversion.ImageConversion.Builder
- fileContent() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequest
-
Returns the value of the
fileContent
record component. - fileContent() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequestArea
-
Returns the value of the
fileContent
record component. - fileContent() - Method in interface org.imageconverter.util.controllers.imageconverter.ImageConverterRequestInterface
-
File parameter.
- fileName - Variable in class org.imageconverter.domain.conversion.ImageConversion.Builder
- fileName() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConversionResponse
-
Returns the value of the
fileName
record component. - fileName() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequest
-
Returns the value of the
fileName
record component. - fileName() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequestArea
-
Returns the value of the
fileName
record component. - fileName() - Method in interface org.imageconverter.util.controllers.imageconverter.ImageConverterRequestInterface
-
File parameter.
- findAll() - Method in class org.imageconverter.application.ImageConversionService
-
Find all stored conversions or a empty list.
- findAll() - Method in class org.imageconverter.application.ImageTypeService
-
Find all stored image types or a empty list.
- findByExtension(String) - Method in interface org.imageconverter.domain.imagetype.ImageTypeRespository
-
Find a image type by extension
- findByFileName(String) - Method in interface org.imageconverter.domain.conversion.ImageConversionRepository
-
Find a image conversion by file name.
- findById(Long) - Method in class org.imageconverter.application.ImageConversionService
-
Find a stored conversion by id.
- findById(Long) - Method in class org.imageconverter.application.ImageTypeService
-
Find a image type by id.
- findBySpecification(Specification<ImageConversion>, Pageable) - Method in class org.imageconverter.application.ImageConversionService
-
Find image conversions by spring specification
- findBySpecification(Specification<ImageType>, Pageable) - Method in class org.imageconverter.application.ImageTypeService
-
Find image types by spring specification.
- findBySpecificationToCsv(Specification<ImageConversion>) - Method in class org.imageconverter.application.ImageConversionService
-
Create a CSV file based on the result filtered by the spec
- formatNumber(Object) - Static method in exception org.imageconverter.infra.exception.ElementWithIdNotFoundException
- from(String) - Static method in enum class org.imageconverter.domain.conversion.ExecutionType
-
Convert string to objects
G
- getArea() - Method in class org.imageconverter.domain.conversion.ImageConversion
- getBeanFrom(Class<T>) - Static method in class org.imageconverter.util.BeanUtil
-
Get a bean from its type.
- getBeanProviderFrom(Class<T>) - Static method in class org.imageconverter.util.BeanUtil
-
Get a bean provider (factory) from its type.
- getByFilter(Specification<ImageConversion>, Pageable) - Method in class org.imageconverter.controller.ImageConversionRestController
-
Get conversions by filter.
- getByFilter(Specification<ImageType>, Pageable) - Method in class org.imageconverter.controller.ImageTypeRestController
-
Get image types.
- getById(Long) - Method in class org.imageconverter.controller.ImageConversionRestController
-
Get a conversion already done.
- getById(Long) - Method in class org.imageconverter.controller.ImageTypeRestController
-
Get a image type by id.
- getCreated() - Method in class org.imageconverter.domain.conversion.ImageConversion
- getCreated() - Method in class org.imageconverter.domain.imagetype.ImageType
- getDescription() - Method in class org.imageconverter.domain.imagetype.ImageType
- getEnvironment() - Static method in class org.imageconverter.util.BeanUtil
-
Get the context environment
- getExtension() - Method in class org.imageconverter.domain.imagetype.ImageType
- getFileName() - Method in class org.imageconverter.domain.conversion.ImageConversion
- getFileSize() - Method in class org.imageconverter.domain.conversion.ImageConversion
- getFileType() - Method in class org.imageconverter.domain.conversion.ImageConversion
- getId() - Method in class org.imageconverter.domain.conversion.ImageConversion
- getId() - Method in class org.imageconverter.domain.imagetype.ImageType
- getName() - Method in class org.imageconverter.domain.imagetype.ImageType
- getPropertyValue(String) - Static method in class org.imageconverter.util.BeanUtil
-
Get the property value.
- getTesseractDetails() - Method in class org.imageconverter.config.health.TesseractInfoService.TesseractDetailsData
- getText() - Method in class org.imageconverter.domain.conversion.ImageConversion
- getType() - Method in class org.imageconverter.domain.conversion.ImageConversion
- getUpdated() - Method in class org.imageconverter.domain.imagetype.ImageType
- getValidator() - Method in class org.imageconverter.config.WebConfig
H
- handleHttpMessageNotReadable(HttpMessageNotReadableException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.imageconverter.infra.RestExceptionHandler
- handleMethodArgumentNotValid(MethodArgumentNotValidException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.imageconverter.infra.RestExceptionHandler
- handleMissingServletRequestParameter(MissingServletRequestParameterException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.imageconverter.infra.RestExceptionHandler
- handleNoHandlerFoundException(NoHandlerFoundException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.imageconverter.infra.RestExceptionHandler
- handleObjectException(String, Collection<Map<String, String>>, Throwable, WebRequest, HttpStatus) - Method in class org.imageconverter.infra.RestExceptionHandler
-
Handle exceptions using the message on response.
- handleObjectException(Throwable, WebRequest, HttpStatus) - Method in class org.imageconverter.infra.RestExceptionHandler
-
Handle exceptions, especially
BaseApplicationException
and its descendents and use the exception's message. - hashCode() - Method in class org.imageconverter.domain.conversion.ImageConversion
- hashCode() - Method in class org.imageconverter.domain.imagetype.ImageType
- hashCode() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConversionPostResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConversionResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequestArea
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.imageconverter.util.controllers.imagetype.CreateImageTypeRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.imageconverter.util.controllers.imagetype.ImageTypeResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.imageconverter.util.controllers.imagetype.UpdateImageTypeRequest
-
Returns a hash code value for this object.
- HEADER_FILE - Static variable in class org.imageconverter.application.ImageConversionService
- health() - Method in class org.imageconverter.config.health.TesseractHealthService
- height - Variable in class org.imageconverter.domain.conversion.ImageConversion.Builder
- height() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequestArea
-
Returns the value of the
height
record component.
I
- id() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConversionResponse
-
Returns the value of the
id
record component. - id() - Method in record class org.imageconverter.util.controllers.imagetype.ImageTypeResponse
-
Returns the value of the
id
record component. - ImageConfig - Class in org.imageconverter.config
-
Tesseract configuration bean.
- ImageConfig() - Constructor for class org.imageconverter.config.ImageConfig
- ImageConversion - Class in org.imageconverter.domain.conversion
- ImageConversion.Builder - Class in org.imageconverter.domain.conversion
- ImageConversionPostResponse - Record Class in org.imageconverter.util.controllers.imageconverter
-
Response to post (create) convert image operation.
- ImageConversionPostResponse(String) - Constructor for record class org.imageconverter.util.controllers.imageconverter.ImageConversionPostResponse
-
Creates an instance of a
ImageConversionPostResponse
record class. - ImageConversionRepository - Interface in org.imageconverter.domain.conversion
-
Image Conversion's repository
- ImageConversionResponse - Record Class in org.imageconverter.util.controllers.imageconverter
-
Response to http methods for image conversion.
- ImageConversionResponse(Long, String, String) - Constructor for record class org.imageconverter.util.controllers.imageconverter.ImageConversionResponse
-
Creates an instance of a
ImageConversionResponse
record class. - ImageConversionRestController - Class in org.imageconverter.controller
-
Image converter http rest.
- ImageConversionService - Class in org.imageconverter.application
-
Application service that execute conversion.
- ImageConverterConst - Class in org.imageconverter.util.controllers.imageconverter
-
Image Converter URLs.
- ImageConverterRequest - Record Class in org.imageconverter.util.controllers.imageconverter
-
Structure to execute the image conversion.
- ImageConverterRequest(String, byte[], ExecutionType) - Constructor for record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequest
-
Creates an instance of a
ImageConverterRequest
record class. - ImageConverterRequestArea - Record Class in org.imageconverter.util.controllers.imageconverter
-
Structure with area (x, y, width and height) to execute the image conversion.
- ImageConverterRequestArea(String, byte[], ExecutionType, Integer, Integer, Integer, Integer) - Constructor for record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequestArea
-
Creates an instance of a
ImageConverterRequestArea
record class. - ImageConverterRequestInterface - Interface in org.imageconverter.util.controllers.imageconverter
-
Interface to execute the image conversion.
- ImageConverterRestGetByIdOpenApi - Annotation Interface in org.imageconverter.util.openapi.imageconverter
- ImageConverterRestGetOpenApi - Annotation Interface in org.imageconverter.util.openapi.imageconverter
- ImageConverterRestPostAreaOpenApi - Annotation Interface in org.imageconverter.util.openapi.imageconverter
- ImageConverterRestPostOpenApi - Annotation Interface in org.imageconverter.util.openapi.imageconverter
- ImageConvertServiceException - Exception in org.imageconverter.infra.exception
-
Convert image exception
- ImageConvertServiceException(String, Object...) - Constructor for exception org.imageconverter.infra.exception.ImageConvertServiceException
-
Constructs a new ImageConvertServiceException exception with the specified detail message.
- ImageConvertServiceException(String, Throwable, Object...) - Constructor for exception org.imageconverter.infra.exception.ImageConvertServiceException
-
Constructs a new runtime exception with the specified detail message and cause.
- ImageServiceApplication - Class in org.imageconverter
-
Application's starter, just a main class
- ImageServiceApplication() - Constructor for class org.imageconverter.ImageServiceApplication
- ImageType - Class in org.imageconverter.domain.imagetype
- ImageType(String, String, String) - Constructor for class org.imageconverter.domain.imagetype.ImageType
- ImageTypeConst - Class in org.imageconverter.util.controllers.imagetype
-
Image Type URLs.
- ImageTypeResponse - Record Class in org.imageconverter.util.controllers.imagetype
-
Response to http methods for image type.
- ImageTypeResponse(Long, String, String) - Constructor for record class org.imageconverter.util.controllers.imagetype.ImageTypeResponse
-
Creates an instance of a
ImageTypeResponse
record class. - ImageTypeRespository - Interface in org.imageconverter.domain.imagetype
-
Image type's repository
- ImageTypeRestController - Class in org.imageconverter.controller
-
Image type CRUD.
- ImageTypeRestDeleteOpenApi - Annotation Interface in org.imageconverter.util.openapi.imagetype
- ImageTypeRestGet - Annotation Interface in org.imageconverter.util.openapi.imagetype
- ImageTypeRestGetByIdOpenApi - Annotation Interface in org.imageconverter.util.openapi.imagetype
- ImageTypeRestPostOpenApi - Annotation Interface in org.imageconverter.util.openapi.imagetype
- ImageTypeRestPutOpenApi - Annotation Interface in org.imageconverter.util.openapi.imagetype
- ImageTypeService - Class in org.imageconverter.application
-
Application service that manages (CRUD) image types.
- invoke(MethodInvocation) - Method in class org.imageconverter.util.performance.PerformanceMonitor
L
- log(ProceedingJoinPoint) - Method in class org.imageconverter.util.logging.LoggableAspect
-
Execute the wrap method.
- Loggable - Annotation Interface in org.imageconverter.util.logging
- LoggableAspect - Class in org.imageconverter.util.logging
-
The Aspect to log the method enters and method exists.
- LoggableAspect() - Constructor for class org.imageconverter.util.logging.LoggableAspect
- LogPerformanceConfiguration - Class in org.imageconverter.config
- LogPerformanceConfiguration() - Constructor for class org.imageconverter.config.LogPerformanceConfiguration
M
- main(String[]) - Static method in class org.imageconverter.ImageServiceApplication
-
Main method
- messageSource - Variable in class org.imageconverter.infra.RestExceptionHandler
- MS - Enum constant in enum class org.imageconverter.domain.conversion.ExecutionType
N
- name() - Method in record class org.imageconverter.util.controllers.imagetype.CreateImageTypeRequest
-
Returns the value of the
name
record component. - name() - Method in record class org.imageconverter.util.controllers.imagetype.ImageTypeResponse
-
Returns the value of the
name
record component. - name() - Method in record class org.imageconverter.util.controllers.imagetype.UpdateImageTypeRequest
-
Returns the value of the
name
record component.
O
- onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.imageconverter.config.security.RestAuthenticationSuccessHandler
- openAPI() - Method in class org.imageconverter.config.DefaultOpenApiConfiguration
- OpenApiResponse201 - Annotation Interface in org.imageconverter.util.openapi.imagetype
- OpenApiResponseError404 - Annotation Interface in org.imageconverter.util.openapi.imagetype
- OpenApiResponseError500 - Annotation Interface in org.imageconverter.util.openapi
- org.imageconverter - package org.imageconverter
- org.imageconverter.application - package org.imageconverter.application
- org.imageconverter.config - package org.imageconverter.config
- org.imageconverter.config.filter - package org.imageconverter.config.filter
- org.imageconverter.config.health - package org.imageconverter.config.health
- org.imageconverter.config.security - package org.imageconverter.config.security
- org.imageconverter.controller - package org.imageconverter.controller
- org.imageconverter.domain.conversion - package org.imageconverter.domain.conversion
- org.imageconverter.domain.imagetype - package org.imageconverter.domain.imagetype
- org.imageconverter.infra - package org.imageconverter.infra
- org.imageconverter.infra.exception - package org.imageconverter.infra.exception
- org.imageconverter.util - package org.imageconverter.util
- org.imageconverter.util.controllers.imageconverter - package org.imageconverter.util.controllers.imageconverter
- org.imageconverter.util.controllers.imagetype - package org.imageconverter.util.controllers.imagetype
- org.imageconverter.util.jpaconverters - package org.imageconverter.util.jpaconverters
- org.imageconverter.util.logging - package org.imageconverter.util.logging
- org.imageconverter.util.openapi - package org.imageconverter.util.openapi
- org.imageconverter.util.openapi.imageconverter - package org.imageconverter.util.openapi.imageconverter
- org.imageconverter.util.openapi.imagetype - package org.imageconverter.util.openapi.imagetype
- org.imageconverter.util.performance - package org.imageconverter.util.performance
- org.imageconverter.util.validation - package org.imageconverter.util.validation
P
- PerformanceMonitor - Class in org.imageconverter.util.performance
- PerformanceMonitor() - Constructor for class org.imageconverter.util.performance.PerformanceMonitor
- performanceMonitorAdvisor(PerformanceMonitor) - Method in class org.imageconverter.config.LogPerformanceConfiguration
- pointcutMethodArgument(ProceedingJoinPoint) - Method in class org.imageconverter.util.validation.ValidatorAspect
-
Execute the around with valition contraints for attributes.
R
- read() - Method in class org.imageconverter.config.health.TesseractInfoService
-
Read data about tesseract configs.
- REST_URL - Static variable in class org.imageconverter.util.controllers.imageconverter.ImageConverterConst
- REST_URL - Static variable in class org.imageconverter.util.controllers.imagetype.ImageTypeConst
- REST_URL_AREA - Static variable in class org.imageconverter.util.controllers.imageconverter.ImageConverterConst
- RestAuthenticationSuccessHandler - Class in org.imageconverter.config.security
-
Handler to clear saved cache, just for security.
- RestAuthenticationSuccessHandler() - Constructor for class org.imageconverter.config.security.RestAuthenticationSuccessHandler
- RestExceptionHandler - Class in org.imageconverter.infra
-
This class handle exceptions and create response properly.
- RestExceptionHandler(MessageSource) - Constructor for class org.imageconverter.infra.RestExceptionHandler
-
Default constructor.
- RestSecurityConfig - Class in org.imageconverter.config.security
-
Project http's config.
S
- SecurityApplicationInitializer - Class in org.imageconverter.config.security
-
Insert a
MultipartFilter
to filter's chain. - SecurityApplicationInitializer() - Constructor for class org.imageconverter.config.security.SecurityApplicationInitializer
- SecurityConfig - Class in org.imageconverter.config.security
-
Project security's config.
- SecurityConfig.FaviconController - Class in org.imageconverter.config.security
-
Fix the Favicon problem.
- ServiceUnavailableException - Exception in org.imageconverter.infra.exception
-
Service not available for conversion.
- ServiceUnavailableException(String, Object...) - Constructor for exception org.imageconverter.infra.exception.ServiceUnavailableException
-
Constructs a new ServiceUnavailableException exception with the specified detail message.
- ServiceUnavailableException(String, Throwable, Object...) - Constructor for exception org.imageconverter.infra.exception.ServiceUnavailableException
-
Constructs a new runtime exception with the specified detail message and cause.
- setApplicationContext(ApplicationContext) - Method in class org.imageconverter.util.BeanUtil
- showArgs() - Element in annotation interface org.imageconverter.util.logging.Loggable
- showExecutionTime() - Element in annotation interface org.imageconverter.util.logging.Loggable
- showResult() - Element in annotation interface org.imageconverter.util.logging.Loggable
T
- TesseractConversionException - Exception in org.imageconverter.infra.exception
-
Tesseract conversion error.
- TesseractConversionException(String, Object...) - Constructor for exception org.imageconverter.infra.exception.TesseractConversionException
-
Constructs a new execption with the specified detail message.
- TesseractConversionException(String, Throwable, Object...) - Constructor for exception org.imageconverter.infra.exception.TesseractConversionException
-
Constructs a new exception with the specified detail message and cause.
- TesseractHealthService - Class in org.imageconverter.config.health
-
Tesseract health checker.
- TesseractHealthService(Resource) - Constructor for class org.imageconverter.config.health.TesseractHealthService
-
Default constructor.
- TesseractInfoService - Class in org.imageconverter.config.health
-
Component to show informations about tesseract configs.
- TesseractInfoService.TesseractDetailsData - Class in org.imageconverter.config.health
- TesseractNotSetException - Exception in org.imageconverter.infra.exception
-
Tesseract not properly configurated.
- TesseractNotSetException() - Constructor for exception org.imageconverter.infra.exception.TesseractNotSetException
-
Constructs a new TesseractNotSetException exception with the specified detail message.
- TesseractNotSetException(Throwable) - Constructor for exception org.imageconverter.infra.exception.TesseractNotSetException
-
Constructs a new runtime exception with the specified detail message and cause.
- TesseractService - Class in org.imageconverter.domain.conversion
-
A Java class to access tesseract application
- TesseractService() - Constructor for class org.imageconverter.domain.conversion.TesseractService
- text() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConversionPostResponse
-
Returns the value of the
text
record component. - text() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConversionResponse
-
Returns the value of the
text
record component. - toString() - Method in class org.imageconverter.domain.conversion.ImageConversion
- toString() - Method in class org.imageconverter.domain.imagetype.ImageType
- toString() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConversionPostResponse
-
Returns a string representation of this record class.
- toString() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConversionResponse
-
Returns a string representation of this record class.
- toString() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequest
-
Returns a string representation of this record class.
- toString() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequestArea
-
Returns a string representation of this record class.
- toString() - Method in record class org.imageconverter.util.controllers.imagetype.CreateImageTypeRequest
-
Returns a string representation of this record class.
- toString() - Method in record class org.imageconverter.util.controllers.imagetype.ImageTypeResponse
-
Returns a string representation of this record class.
- toString() - Method in record class org.imageconverter.util.controllers.imagetype.UpdateImageTypeRequest
-
Returns a string representation of this record class.
U
- unit() - Element in annotation interface org.imageconverter.util.logging.Loggable
- UNKNOWN - Enum constant in enum class org.imageconverter.domain.conversion.ExecutionType
- update(Long, UpdateImageTypeRequest) - Method in class org.imageconverter.controller.ImageTypeRestController
-
Update a image type.
- update(String, String, String) - Method in class org.imageconverter.domain.imagetype.ImageType
- updateImageType(Long, UpdateImageTypeRequest) - Method in class org.imageconverter.application.ImageTypeService
-
Update a image type.
- UpdateImageTypeRequest - Record Class in org.imageconverter.util.controllers.imagetype
-
Structure to update image type.
- UpdateImageTypeRequest(String, String, String) - Constructor for record class org.imageconverter.util.controllers.imagetype.UpdateImageTypeRequest
-
Creates an instance of a
UpdateImageTypeRequest
record class. - UpdateImageTypeRequestBody - Annotation Interface in org.imageconverter.util.openapi.imagetype
V
- ValidatorAspect - Class in org.imageconverter.util.validation
-
Aspect to use beans validation on application.
- value() - Element in annotation interface org.imageconverter.util.logging.Loggable
- valueOf(String) - Static method in enum class org.imageconverter.domain.conversion.ExecutionType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.imageconverter.domain.conversion.ExecutionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WEB - Enum constant in enum class org.imageconverter.domain.conversion.ExecutionType
- WebConfig - Class in org.imageconverter.config
-
Web configuration bean.
- WebConfig() - Constructor for class org.imageconverter.config.WebConfig
- width - Variable in class org.imageconverter.domain.conversion.ImageConversion.Builder
- width() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequestArea
-
Returns the value of the
width
record component. - with(Consumer<ImageConversion.Builder>) - Method in class org.imageconverter.domain.conversion.ImageConversion.Builder
- with(ImageConverterRequestInterface) - Method in class org.imageconverter.domain.conversion.ImageConversion.Builder
- writeOperation(String, String, String) - Method in class org.imageconverter.config.health.TesseractInfoService
-
Update values from request http, JMX, etc.
- WS - Enum constant in enum class org.imageconverter.domain.conversion.ExecutionType
X
- xAxis - Variable in class org.imageconverter.domain.conversion.ImageConversion.Builder
- xAxis() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequestArea
-
Returns the value of the
xAxis
record component.
Y
- yAxis - Variable in class org.imageconverter.domain.conversion.ImageConversion.Builder
- yAxis() - Method in record class org.imageconverter.util.controllers.imageconverter.ImageConverterRequestArea
-
Returns the value of the
yAxis
record component.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form