Uses of Annotation Interface
jp.ecuacion.lib.core.annotation.RequireNonnull
Packages that use RequireNonnull
-
Uses of RequireNonnull in jp.ecuacion.lib.core.util
Method parameters in jp.ecuacion.lib.core.util with annotations of type RequireNonnullModifier and TypeMethodDescriptionstatic <T> TEnumUtil.getEnumFromCode(Class<T> enumClass, String code) Obtains the enum value from the code.DateTimeApiUtil.getLocalDateTimeDisplayString(OffsetDateTime dateTime, ZoneId zoneId) Returns user-friendly LocalDateTime format string :yyyy-MM-dd HH:mm:ss.static StringReturns the value in application_xxx.properties.<T> Set<jakarta.validation.ConstraintViolation<T>> Validates and returnsConstraintViolationif validation errors exist.BeanValidationUtil.validateThenReturn(T object) Validates and returnsMultipleAppExceptionif validation errors exist.BeanValidationUtil.validateThenReturn(T object, Locale locale) Validates and returnsMultipleAppExceptionif validation errors exist.<T> voidBeanValidationUtil.validateThenThrow(T object) Validates and throwsMultipleAppExceptionif validation errors exist.<T> voidBeanValidationUtil.validateThenThrow(T object, Locale locale) Validates and throwsMultipleAppExceptionif validation errors exist.