A C D E F G H I J L M N P R S T U V X 
All Classes All Packages

A

add(T) - Method in interface xyz.juandiii.commons.jdbc.EntityService
 
ApplicationInitialize - Interface in xyz.juandiii.commons.initialize
 

C

Controller - Class in xyz.juandiii.commons.utils
 
Controller() - Constructor for class xyz.juandiii.commons.utils.Controller
 
ConvertJson - Class in xyz.juandiii.commons.utils
 
ConvertJson() - Constructor for class xyz.juandiii.commons.utils.ConvertJson
 
Credentials - Interface in xyz.juandiii.commons.auth
 

D

delete(R) - Method in interface xyz.juandiii.commons.jdbc.EntityService
 

E

EntityService<T,​R> - Interface in xyz.juandiii.commons.jdbc
 
errorObject(String, int) - Method in class xyz.juandiii.commons.exception.mapper.ErrorResponseMapper
 
errorResponse(ErrorValidationException) - Static method in class xyz.juandiii.commons.exception.mapper.ErrorValidationExceptionMapper
 
ErrorResponseMapper - Class in xyz.juandiii.commons.exception.mapper
 
ErrorResponseMapper() - Constructor for class xyz.juandiii.commons.exception.mapper.ErrorResponseMapper
 
ErrorValidationException - Exception in xyz.juandiii.commons.exception
 
ErrorValidationException(String, List<String>) - Constructor for exception xyz.juandiii.commons.exception.ErrorValidationException
 
ErrorValidationExceptionMapper - Class in xyz.juandiii.commons.exception.mapper
 
ErrorValidationExceptionMapper() - Constructor for class xyz.juandiii.commons.exception.mapper.ErrorValidationExceptionMapper
 

F

from(Row) - Method in interface xyz.juandiii.commons.jdbc.HandlerFrom
 
fromJson(Object, Class<T>) - Static method in class xyz.juandiii.commons.utils.ConvertJson
 

G

getAccessToken() - Method in class xyz.juandiii.commons.utils.LoginResponse
 
getAll() - Method in interface xyz.juandiii.commons.jdbc.EntityService
 
getById(R) - Method in interface xyz.juandiii.commons.jdbc.EntityService
 
getCode() - Method in class xyz.juandiii.commons.utils.RestResponse
 
getData() - Method in class xyz.juandiii.commons.utils.PaginationData
 
getData() - Method in class xyz.juandiii.commons.utils.RestResponse
 
getEmail() - Method in interface xyz.juandiii.commons.auth.Credentials
 
getErrors() - Method in exception xyz.juandiii.commons.exception.ErrorValidationException
 
getErrors() - Method in class xyz.juandiii.commons.utils.RestResponse
 
getHasErrors() - Method in class xyz.juandiii.commons.utils.RestResponse
 
getLimit() - Method in class xyz.juandiii.commons.utils.Pagination
 
getMessage() - Method in exception xyz.juandiii.commons.exception.ServiceException
 
getMessage() - Method in class xyz.juandiii.commons.utils.RestResponse
 
getPage() - Method in class xyz.juandiii.commons.utils.Pagination
 
getPagination() - Method in class xyz.juandiii.commons.utils.PaginationData
 
getPassword() - Method in interface xyz.juandiii.commons.auth.Credentials
 
getRecordsFiltered() - Method in class xyz.juandiii.commons.utils.PaginationData
 
getRecordsTotal() - Method in class xyz.juandiii.commons.utils.PaginationData
 
getStatusCode() - Method in exception xyz.juandiii.commons.exception.ServiceException
 
groups() - Method in annotation type xyz.juandiii.commons.utils.validator.MaxCommon
 
groups() - Method in annotation type xyz.juandiii.commons.utils.validator.MinCommon
 
groups() - Method in annotation type xyz.juandiii.commons.utils.validator.NotBlankCommon
 
groups() - Method in annotation type xyz.juandiii.commons.utils.validator.NotNullCommon
 

H

HandlerFrom<T> - Interface in xyz.juandiii.commons.jdbc
 

I

initDb() - Method in interface xyz.juandiii.commons.initialize.ApplicationInitialize
 
isMore() - Method in class xyz.juandiii.commons.utils.Pagination
 

J

JwtAuth - Interface in xyz.juandiii.commons.auth
 

L

label() - Method in annotation type xyz.juandiii.commons.utils.validator.MaxCommon
 
label() - Method in annotation type xyz.juandiii.commons.utils.validator.MinCommon
 
label() - Method in annotation type xyz.juandiii.commons.utils.validator.NotBlankCommon
 
label() - Method in annotation type xyz.juandiii.commons.utils.validator.NotNullCommon
 
login(Credentials) - Method in interface xyz.juandiii.commons.auth.JwtAuth
 
LoginResponse - Class in xyz.juandiii.commons.utils
 
LoginResponse(String) - Constructor for class xyz.juandiii.commons.utils.LoginResponse
 

M

max() - Method in annotation type xyz.juandiii.commons.utils.validator.MaxCommon
 
MaxCommon - Annotation Type in xyz.juandiii.commons.utils.validator
 
MaxCommon.List - Annotation Type in xyz.juandiii.commons.utils.validator
 
message - Variable in exception xyz.juandiii.commons.exception.ServiceException
 
message() - Method in annotation type xyz.juandiii.commons.utils.validator.MaxCommon
 
message() - Method in annotation type xyz.juandiii.commons.utils.validator.MinCommon
 
message() - Method in annotation type xyz.juandiii.commons.utils.validator.NotBlankCommon
 
message() - Method in annotation type xyz.juandiii.commons.utils.validator.NotNullCommon
 
min() - Method in annotation type xyz.juandiii.commons.utils.validator.MinCommon
 
MinCommon - Annotation Type in xyz.juandiii.commons.utils.validator
 
MinCommon.List - Annotation Type in xyz.juandiii.commons.utils.validator
 

N

NotBlankCommon - Annotation Type in xyz.juandiii.commons.utils.validator
 
NotNullCommon - Annotation Type in xyz.juandiii.commons.utils.validator
 

P

Pagination - Class in xyz.juandiii.commons.utils
 
Pagination(Integer, Integer, boolean) - Constructor for class xyz.juandiii.commons.utils.Pagination
 
PaginationData<T> - Class in xyz.juandiii.commons.utils
 
PaginationData(T, Integer, Integer, Pagination) - Constructor for class xyz.juandiii.commons.utils.PaginationData
 
paginationObject(Integer, Integer, boolean) - Static method in class xyz.juandiii.commons.utils.Pagination
 
payload() - Method in annotation type xyz.juandiii.commons.utils.validator.MaxCommon
 
payload() - Method in annotation type xyz.juandiii.commons.utils.validator.MinCommon
 
payload() - Method in annotation type xyz.juandiii.commons.utils.validator.NotBlankCommon
 
payload() - Method in annotation type xyz.juandiii.commons.utils.validator.NotNullCommon
 

R

ReactiveController<T> - Class in xyz.juandiii.commons.reactive
 
ReactiveController() - Constructor for class xyz.juandiii.commons.reactive.ReactiveController
 
reactiveSuccess(String, Integer) - Method in class xyz.juandiii.commons.reactive.ReactiveController
 
register(UserInterface) - Method in interface xyz.juandiii.commons.auth.JwtAuth
 
RestResponse - Class in xyz.juandiii.commons.utils
 
RestResponse(Object, String, Boolean, Integer) - Constructor for class xyz.juandiii.commons.utils.RestResponse
 

S

ServiceException - Exception in xyz.juandiii.commons.exception
 
ServiceException() - Constructor for exception xyz.juandiii.commons.exception.ServiceException
 
ServiceException(String, int) - Constructor for exception xyz.juandiii.commons.exception.ServiceException
 
setAccessToken(String) - Method in class xyz.juandiii.commons.utils.LoginResponse
 
setCode(Integer) - Method in class xyz.juandiii.commons.utils.RestResponse
 
setData(Object) - Method in class xyz.juandiii.commons.utils.RestResponse
 
setData(T) - Method in class xyz.juandiii.commons.utils.PaginationData
 
setErrors(Object) - Method in class xyz.juandiii.commons.utils.RestResponse
 
setErrors(List<String>) - Method in exception xyz.juandiii.commons.exception.ErrorValidationException
 
setErrors(List<String>) - Static method in class xyz.juandiii.commons.exception.mapper.ErrorValidationExceptionMapper
 
setHasErrors(Boolean) - Method in class xyz.juandiii.commons.utils.RestResponse
 
setLimit(Integer) - Method in class xyz.juandiii.commons.utils.Pagination
 
setMessage(String) - Method in class xyz.juandiii.commons.utils.RestResponse
 
setMore(boolean) - Method in class xyz.juandiii.commons.utils.Pagination
 
setPage(Integer) - Method in class xyz.juandiii.commons.utils.Pagination
 
setPagination(Pagination) - Method in class xyz.juandiii.commons.utils.PaginationData
 
setRecordsFiltered(Integer) - Method in class xyz.juandiii.commons.utils.PaginationData
 
setRecordsTotal(Integer) - Method in class xyz.juandiii.commons.utils.PaginationData
 
statusCode - Variable in exception xyz.juandiii.commons.exception.ServiceException
 
successResponse(Object, String, boolean, int) - Method in class xyz.juandiii.commons.utils.Controller
 

T

toJson(Object) - Static method in class xyz.juandiii.commons.utils.ConvertJson
 
toMap(Object) - Static method in class xyz.juandiii.commons.utils.ConvertJson
 
toResponse(Object, String, Boolean, Integer) - Static method in class xyz.juandiii.commons.utils.RestResponse
 
toResponse(ErrorValidationException) - Method in class xyz.juandiii.commons.exception.mapper.ErrorValidationExceptionMapper
 
toResponse(ServiceException) - Method in class xyz.juandiii.commons.exception.mapper.ErrorResponseMapper
 

U

update(R, T) - Method in interface xyz.juandiii.commons.jdbc.EntityService
 
UserInterface - Interface in xyz.juandiii.commons.auth
 

V

validarCedula(String) - Static method in class xyz.juandiii.commons.utils.ValidateID
 
ValidateID - Class in xyz.juandiii.commons.utils
 
ValidateID() - Constructor for class xyz.juandiii.commons.utils.ValidateID
 
value() - Method in annotation type xyz.juandiii.commons.utils.validator.MaxCommon.List
 
value() - Method in annotation type xyz.juandiii.commons.utils.validator.MinCommon.List
 

X

xyz.juandiii.commons.auth - package xyz.juandiii.commons.auth
 
xyz.juandiii.commons.exception - package xyz.juandiii.commons.exception
 
xyz.juandiii.commons.exception.mapper - package xyz.juandiii.commons.exception.mapper
 
xyz.juandiii.commons.initialize - package xyz.juandiii.commons.initialize
 
xyz.juandiii.commons.jdbc - package xyz.juandiii.commons.jdbc
 
xyz.juandiii.commons.reactive - package xyz.juandiii.commons.reactive
 
xyz.juandiii.commons.utils - package xyz.juandiii.commons.utils
 
xyz.juandiii.commons.utils.validator - package xyz.juandiii.commons.utils.validator
 
A C D E F G H I J L M N P R S T U V X 
All Classes All Packages