- generate() - Method in class io.github.jokoframework.uuid.TXUUIDGenerator
-
Genera y retorna un String con un UUID de la longitud especificada en el constructor (12 por defecto).
- generateExcel(Table<Integer, Integer, Object>, List<String>, String) - Method in class io.github.jokoframework.utils.excel.ExcelUtils
-
Recibe una tabla con datos, una lista los nombres de las columnas de la tabla (Nombres en orden de aparición) y
la dirección mas nombre del archivo que se creara (/home/user/mi_excel.xls), al finalizar el método se
habrá creado un archivo Excel con los datos, dirección y nombre especificados.
- generateRandomPassword() - Static method in class io.github.jokoframework.utils.security.EncryptUtils
-
Genera un String aleatorio de seis caracteres.
- generateReportFile(Table<Integer, Integer, Object>, List<String>, String) - Method in class io.github.jokoframework.utils.excel.ExcelUtils
-
Recibe una tabla con datos, una lista los nombres de las columnas de la tabla (Nombres en orden de aparición) y
la dirección mas nombre del archivo que se creara (/home/user/mi_excel.xls), al finalizar el método se
habrá creado un archivo Excel con los datos, dirección y nombre especificados.
- getBirthDate() - Method in class io.github.jokoframework.utils.dto_mapping.mock.CustomerDTO
-
- getBirthDate() - Method in class io.github.jokoframework.utils.dto_mapping.mock.CustomerEntity
-
- getClassForField(Object, String) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Retorna la clase del atributo "fieldName" del objeto "bean", si no se encuentra el atributo se retorna la clase
Objeto.
- getCurrentMethodName() - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Retorna el nombre del método en el que se ejecuta en un String.
- getCurrentMonth() - Static method in class io.github.jokoframework.utils.date.DateTimeUtils
-
Retorna el número del mes actual (1 a 12).
- getCurrentYear() - Static method in class io.github.jokoframework.utils.date.DateTimeUtils
-
Retorna el número del año actual.
- getDateUntilEndOfMonth() - Static method in class io.github.jokoframework.utils.date.DateTimeUtils
-
Retorna la fecha y tiempo hasta el fin de mes.
- getDateUntilEndOfYear() - Static method in class io.github.jokoframework.utils.date.DateTimeUtils
-
Retorna la fecha y tiempo hasta el fin de año.
- getDateUntilFriday() - Static method in class io.github.jokoframework.utils.date.DateTimeUtils
-
Retorna la fecha y tiempo hasta el viernes siguiente.
- getDeclaredField(String, Class<?>) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Busca Field en la clase y todas sus subclases hasta Object.
- getFieldList(Class<?>) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Retorna un array de Strings conteniendo todos los atributos de la clase "clazz" que tengan ambos un getter sin
argumentos y un setter solo con un argumento de tipo igual al atributo correspondiente.
- getFieldsType(Class<?>, Class<?>) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Retorna una lista de atributos lectura/escritura de la clase "clazz" de tipo "elementType" que no sean del tipo
collection.
- getFieldsTypeCollection(Object, Class<?>) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Retorna una lista de atributos lectura/escritura de la clase "clazz" de tipo "elementType" que sean del tipo
collection.
- getFirstName() - Method in class io.github.jokoframework.utils.dto_mapping.mock.CustomerDTO
-
- getFirstName() - Method in class io.github.jokoframework.utils.dto_mapping.mock.CustomerEntity
-
- getGetterMethod(String) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Pasado un String que se supone que es un atributo de un objeto retorna le nombre del getter poniendo al comienzo
la palabra get y pasando a mayúscula la primera letra del String proveido.
- getId() - Method in class io.github.jokoframework.utils.dto_mapping.mock.CustomerEntity
-
- getIp() - Method in class io.github.jokoframework.utils.http.IpUtils
-
Devuelve un objeto contenedor del tipo "Optional", si el Ip del host se pudo obtener se retorna el objeto
conteniendo el ip, de lo contrario se retorna el objeto conteniendo null
- getLastName() - Method in class io.github.jokoframework.utils.dto_mapping.mock.CustomerDTO
-
- getLastName() - Method in class io.github.jokoframework.utils.dto_mapping.mock.CustomerEntity
-
- getListOrEmpty(List<T>) - Static method in class io.github.jokoframework.utils.dto_mapping.DTOUtils
-
Get a safe list of objects or empty list.
- getLocalCurrentTime() - Static method in class io.github.jokoframework.utils.date.TimeUtils
-
Obtener la hora local
- getMethod(Object, String, Class<?>...) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Se retornara el método de nombre "name" y parámetros "paramas" de la clase del objeto "bean" proveído.
- getMethodQuiet(Object, String, Class<?>...) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Retorna el método pedido pero consume la excepción.
- getPropertyDescriptors(Class<?>) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Obtiene todos los PropertyDescriptor de la clase "target".
- getPublicMethods(Class<?>) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Retorna una lista con los métodos de la clase "clazz" que sean públicos.
- getPublicMethodsName(Class<?>, boolean) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Retorna una lista con los métodos de la clase "clazz" que sean públicos.
- getRandomInteger(int) - Static method in class io.github.jokoframework.utils.number.NumberUtils
-
Retorna un entero positivo entre 1 y el argumento
- getReadMethod(Class<?>, String) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Retorna el Method del getter para el atributo de la clase "clazz" y de nombre "fieldName".
- getValue(String, Object) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Retorna un valor para el tipo de dato.
- getWriteMethod(Class<?>, String) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Retorna el Method del setter para el atributo de la clase "clazz" y de nombre "fieldName".