Index

A C D E G H L M N O S T U 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractController - Class in net.andresbustamante.yafoot.commons.web.controllers
Abstract controller for common RESTful controllers operations.
AbstractController() - Constructor for class net.andresbustamante.yafoot.commons.web.controllers.AbstractController
 

C

CorsConstants - Class in net.andresbustamante.yafoot.commons.web.util
 

D

DATABASE_BASIC_ERROR - Static variable in class net.andresbustamante.yafoot.commons.web.controllers.AbstractController
Code to use for generic database errors.
DateMapper - Interface in net.andresbustamante.yafoot.commons.web.mappers
Dates and date-times mapper.
DateMapperImpl - Class in net.andresbustamante.yafoot.commons.web.mappers
 
DateMapperImpl() - Constructor for class net.andresbustamante.yafoot.commons.web.mappers.DateMapperImpl
 

E

ErrorResponse - Class in net.andresbustamante.yafoot.commons.web.dto
 
ErrorResponse() - Constructor for class net.andresbustamante.yafoot.commons.web.dto.ErrorResponse
 

G

getLocationURI(String) - Method in class net.andresbustamante.yafoot.commons.web.controllers.AbstractController
Builds a basic URI for a location header.
getObjectMapper() - Method in class net.andresbustamante.yafoot.commons.web.controllers.AbstractController
OpenAPI auto-generated method.
getRequest() - Method in class net.andresbustamante.yafoot.commons.web.controllers.AbstractController
OpenAPI auto-generated method.
getUserContext() - Method in class net.andresbustamante.yafoot.commons.web.controllers.AbstractController
Gets the connected user from a given request.

H

handleConstraintViolationException(ConstraintViolationException) - Method in class net.andresbustamante.yafoot.commons.web.controllers.AbstractController
Transforms a ConstraintViolationException into a 400 error code.

L

logFilter() - Method in class net.andresbustamante.yafoot.commons.web.config.LoggingConfig
Builds a logging filter using the given parameters.
LoggingConfig - Class in net.andresbustamante.yafoot.commons.web.config
Logging configuration for incoming requests on web applications.
LoggingConfig() - Constructor for class net.andresbustamante.yafoot.commons.web.config.LoggingConfig
 

M

map(byte[]) - Method in interface net.andresbustamante.yafoot.commons.web.mappers.StringMapper
Maps a byte array to a string using UTF-8 encoding.
map(String) - Method in interface net.andresbustamante.yafoot.commons.web.mappers.StringMapper
Maps a string to a byte array using UTF-8 encoding.
map(LocalDateTime) - Method in interface net.andresbustamante.yafoot.commons.web.mappers.DateMapper
Maps a date-time from LocalDateTime to OffsetDateTime.
map(OffsetDateTime) - Method in interface net.andresbustamante.yafoot.commons.web.mappers.DateMapper
Maps a date-time from OffsetDateTime to LocalDateTime.
MAX_AGE - Static variable in class net.andresbustamante.yafoot.commons.web.util.CorsConstants
Maximal age for an HTTP request.

N

net.andresbustamante.yafoot.commons.web.config - package net.andresbustamante.yafoot.commons.web.config
Configuration classes for the web layer.
net.andresbustamante.yafoot.commons.web.controllers - package net.andresbustamante.yafoot.commons.web.controllers
Common classes for Web controllers.
net.andresbustamante.yafoot.commons.web.dto - package net.andresbustamante.yafoot.commons.web.dto
Common DTO for the web layer.
net.andresbustamante.yafoot.commons.web.mappers - package net.andresbustamante.yafoot.commons.web.mappers
Classes for Web mapping operations.
net.andresbustamante.yafoot.commons.web.util - package net.andresbustamante.yafoot.commons.web.util
Util classes for every Web layer.

O

objectMapper() - Method in class net.andresbustamante.yafoot.commons.web.config.ObjectMapperConfig
 
ObjectMapperConfig - Class in net.andresbustamante.yafoot.commons.web.config
 
ObjectMapperConfig() - Constructor for class net.andresbustamante.yafoot.commons.web.config.ObjectMapperConfig
 

S

SpringMapperConfig - Class in net.andresbustamante.yafoot.commons.web.config
 
SpringMapperConfig() - Constructor for class net.andresbustamante.yafoot.commons.web.config.SpringMapperConfig
 
StringMapper - Interface in net.andresbustamante.yafoot.commons.web.mappers
Mapper used to transform values between plain strings and base64 encoded strings.
StringMapperImpl - Class in net.andresbustamante.yafoot.commons.web.mappers
 
StringMapperImpl() - Constructor for class net.andresbustamante.yafoot.commons.web.mappers.StringMapperImpl
 

T

translate(String, String[]) - Method in class net.andresbustamante.yafoot.commons.web.controllers.AbstractController
Translates a given code using some parameters into the user's language.

U

UNAUTHORISED_USER_ERROR - Static variable in class net.andresbustamante.yafoot.commons.web.controllers.AbstractController
Code to use for authorisation errors.
A C D E G H L M N O S T U 
All Classes and Interfaces|All Packages|Constant Field Values