- read(Object, String) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Dado un objeto "fuente" se retorna el valor del atributo "fieldName" proveído por su getter.
- read(PropertyDescriptor, Object) - Static method in class io.github.jokoframework.utils.reflection.ReflectionUtils
-
Dado un objeto "object" se retorna el valor del atributo proveído por su getter pasando el PropertyDescriptor
"property".
- readFileToBase64(String) - Static method in class io.github.jokoframework.utils.security.EncryptUtils
-
Lee los bytes de el archivo completo y los convierte a un String en Base64
- redesPrivadas - Static variable in class io.github.jokoframework.utils.http.IpUtils
-
- ReflectionUtils - Class in io.github.jokoframework.utils.reflection
-
- ReflectionUtils() - Constructor for class io.github.jokoframework.utils.reflection.ReflectionUtils
-
- rightPadZeros(Number, Integer) - Static method in class io.github.jokoframework.utils.number.NumberUtils
-
Retorna un String construido al pasar el argumento "cod" a un String y rellenando con 0s a la derecha hasta que
el número tenga una cantidad de dígitos igual al argumento "zerosQuantity" (De cumplir con esta condición de
entrada no se agregaran 0s).