Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractPropertyFileProviderImpl - Class in jp.ecuacion.lib.core.spi.impl
-
Provides an implementation of
ResourceBundleProvider. - AbstractPropertyFileProviderImpl() - Constructor for class jp.ecuacion.lib.core.spi.impl.AbstractPropertyFileProviderImpl
- addResourceBundlePostfix(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Adds postfix dinamically.
- AppException - Exception Class in jp.ecuacion.lib.core.exception.checked
-
Is an abstact exception class describing an occurence of a validation error in ecuacion apps.
- AppException() - Constructor for exception class jp.ecuacion.lib.core.exception.checked.AppException
-
Constructs a new instance.
- AppException(String) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.AppException
-
Constructs a new instance with
message. - AppExceptionItemIds - Class in jp.ecuacion.lib.core.exception.checked
-
Holds
itemIds related to exceptions. - AppExceptionItemIds(String...) - Constructor for class jp.ecuacion.lib.core.exception.checked.AppExceptionItemIds
-
Constructs a new instance with
itemIds. - ApplicationBaseProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor application in app projects. - ApplicationCoreProfileProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor application in app projects. - ApplicationCoreProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor application in app projects. - ApplicationProfileProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor application in app projects. - ApplicationProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor application in app projects. - AppWarningException - Exception Class in jp.ecuacion.lib.core.exception.checked
-
Provides an exception that indicates a warning.
- AppWarningException(String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
Constructs a new instance with
messageIdandmessageArgs. - AppWarningException(Locale, String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
Constructs a new instance with warn itemIds, messageId and message Arguments.
B
- BizLogicAppException - Exception Class in jp.ecuacion.lib.core.exception.checked
-
Is used for buziness logic exceptions.
- BizLogicAppException(String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
Constructs a new instance with
messageIdandmessageArgs. - BizLogicAppException(String, PropertyFileUtil.Arg[]) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
Constructs a new instance with
itemIds,messageIdandmessageArgs. - BizLogicAppException(AppExceptionItemIds, String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
Constructs a new instance with
locale,itemIds,messageIdandmessageArgs. - BizLogicAppException(AppExceptionItemIds, String, PropertyFileUtil.Arg[]) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
Constructs a new instance with
itemIds,messageIdandmessageArgs. - BooleanString - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if a string is convertable to
Boolean. - BooleanStringValidator - Class in jp.ecuacion.lib.core.jakartavalidation.validator
-
Provides the validation logic for
BooleanString. - BooleanStringValidator() - Constructor for class jp.ecuacion.lib.core.jakartavalidation.validator.BooleanStringValidator
-
Constructs a new instance.
C
- cause(Throwable) - Method in exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
Provides
Throwable.initCause(Throwable)with method chain. - cleanPathStrWithSlash(String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Cleans a path string.
- concatFilePaths(String...) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Concatenates file paths.
- ConditionalEmpty - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if specified
fieldis empty only whenconditionFieldhas specified value. - ConditionalEmpty.ConditionalEmptyList - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Defines several
ConditionalEmptyannotations on the same element. - ConditionalEmptyValidator - Class in jp.ecuacion.lib.core.jakartavalidation.validator
-
Provides the validation logic for
EnumElement. - ConditionalEmptyValidator() - Constructor for class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- ConditionalNotEmpty - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if specified
fieldis not empty only whenconditionFieldhas specified value. - ConditionalNotEmpty.ConditionalNotEmptyList - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Defines several
ConditionalNotEmptyannotations on the same element. - ConditionalNotEmptyValidator - Class in jp.ecuacion.lib.core.jakartavalidation.validator
-
Provides the validation logic for
EnumElement. - ConditionalNotEmptyValidator() - Constructor for class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- conditionField() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Conditional field.
- conditionField() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Conditional field.
- conditionValue() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Validation check is executed only when the value
conditionFieldholds is equal to to it. - conditionValue() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Validation check is executed only when the value
conditionFieldholds is equal to to it. - conditionValueIsEmpty() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Validation check is executed only when it's true and the value
conditionFieldholds is empty. - conditionValueIsEmpty() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Validation check is executed only when it's true and the value
conditionFieldholds is empty. - conditionValueIsNotEmpty() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Validation check is executed only when it's true and the value
conditionFieldholds is not empty. - conditionValueIsNotEmpty() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Validation check is executed only when it's true and the value
conditionFieldholds is not empty. - ConstraintViolationBean - Class in jp.ecuacion.lib.core.jakartavalidation.bean
-
Stores
ConstraintViolationinfo. - ConstraintViolationBean(ConstraintViolation<?>) - Constructor for class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Constructs a new instance with
ConstraintViolation. - ConstraintViolationBean(String, String, String, String...) - Constructor for class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Constructs a new instance with
message,propertyPathandvalidatorClass. - containsWildCard(String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Returns true if the argument path contains wildcard strings.
D
- DateTimeApiUtil - Class in jp.ecuacion.lib.core.util
-
Provides Utility methods related to
dateTime Api. - debug(String) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
-
Logs message with "debug" loglevel.
- debug(String) - Method in class jp.ecuacion.lib.core.logging.SqlLogger
-
Logs message with "debug" loglevel.
- descriptionId() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescription
-
Stores description ID to add description string to the message to users.
- DetailLogger - Class in jp.ecuacion.lib.core.logging
-
Logs anything you want to log.
- DetailLogger(Class<?>) - Constructor for class jp.ecuacion.lib.core.logging.DetailLogger
-
Constructs a new instance with a caller class.
- DetailLogger(Object) - Constructor for class jp.ecuacion.lib.core.logging.DetailLogger
-
Constructs a new instance with a caller instance.
E
- ECLIB_PREFIX - Static variable in class jp.ecuacion.lib.core.constant.EclibCoreConstants
- EclibCoreConstants - Class in jp.ecuacion.lib.core.constant
-
Provides Constants.
- EclibRuntimeException - Exception Class in jp.ecuacion.lib.core.exception.unchecked
-
Is thorwn just like
RuntimeExceptionwhose message contains "ecuacion" so that you can see the Ezxception is thrown from the library. - EclibRuntimeException(String) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.EclibRuntimeException
-
Constructs a new instance with
massage. - EclibRuntimeException(String, Throwable) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.EclibRuntimeException
-
Constructs a new instance with
massageandcause. - EclibRuntimeException(Throwable) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.EclibRuntimeException
-
Constructs a new instance with
cause. - emptyForOtherValues() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Decides whether validation check is executed when the value of
conditionFieldis not equal to the specified value. - enumClass() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.EnumElement
-
an enumClass string. ex:
XxxEnum - EnumClassInfo(String, List<EnumUtil.EnumValueInfo<T>>) - Constructor for class jp.ecuacion.lib.core.util.EnumUtil.EnumClassInfo
-
Constructs a new instance.
- EnumElement - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if an enum value exists.
- EnumElementValidator - Class in jp.ecuacion.lib.core.jakartavalidation.validator
-
Provides the validation logic for
EnumElement. - EnumElementValidator() - Constructor for class jp.ecuacion.lib.core.jakartavalidation.validator.EnumElementValidator
-
Constructs a new instance.
- EnumNamesBaseProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor enum_names in app projects. - EnumNamesCoreProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor enum_names in app projects. - EnumNamesProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor enum_names in app projects. - enumPackage() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.EnumElement
-
an enumPackage string. ex:
jp.ecuacion.app.sample.enums - EnumUtil - Class in jp.ecuacion.lib.core.util
-
Provivdes utility methods for ecuacion library enums.
- EnumUtil.EnumClassInfo<T> - Class in jp.ecuacion.lib.core.util
-
Contains Enum Class info.
- EnumUtil.EnumValueInfo<T> - Class in jp.ecuacion.lib.core.util
-
Contains Enum value info.
- EnumValueInfo(String, String, String, T, String) - Constructor for class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
-
Constructs a new instance.
- error(String) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
-
Logs message with "error" loglevel.
- error(String) - Method in class jp.ecuacion.lib.core.logging.ErrorLogger
-
Logs message with "error" loglevel.
- error(String) - Method in class jp.ecuacion.lib.core.logging.SummaryLogger
-
Logs message with "error" loglevel.
- error(Throwable) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
-
Logs exception message with "error" loglevel.
- ErrorLogger - Class in jp.ecuacion.lib.core.logging
-
Logs messages which are surveilled by survaillance service and alert error occurence to administrators.
- ErrorLogger() - Constructor for class jp.ecuacion.lib.core.logging.ErrorLogger
-
Constructs a new instance with a fixed logger name.
- escapeHtml(String) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns html-escaped strings.
- ExceptionUtil - Class in jp.ecuacion.lib.core.util
-
Provides available utilities for Exceptions including AppExceptions.
F
- field() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Validated field.
- field() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Validated field.
- fieldHoldingConditionValue() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Validation check is executed only when the value of the field specified by this parameter holds is equal to the value of
conditionField. - fieldHoldingConditionValue() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
See
conditionField. - fieldHoldingConditionValueDisplayName() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Specifies a field which holds the display name of condition value.
- fieldHoldingConditionValueDisplayName() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Specifies a field which holds the display name of condition value.
- FileUtil - Class in jp.ecuacion.lib.core.util
-
Provides File-related utility methods.
G
- get(String, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the property value of default locale.
- get(String, Locale, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized property value.
- getAnnotation() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Gets annotation.
- getAnnotationAttributes() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Gets annotationAttributes.
- getAnnotationDescriptionString() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Gets annotationDescriptionString.
- getApp(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the value in application_xxx.properties.
- getAppExceptionMessageList(AppException, Locale) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns listed SingleAppExceptions (= AppExceptions with messages).
- getApplication(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the value in application_xxx.properties.
- getArgString() - Method in class jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
- getBundle(String, Locale) - Method in class jp.ecuacion.lib.core.spi.impl.AbstractPropertyFileProviderImpl
-
Provides
ResourceBundle. - getCode() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
- getConstraintViolationBean() - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Gets BeanValidationErrorInfoBean.
- getCsv(String...) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns csv from string array.
- getCsv(Collection<String>) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns csv from list of string.
- getCsvWithSpace(String[]) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns csv with spaces after commas from list of string.
- getCsvWithSpace(Collection<String>) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns csv with spaces after commas from list of string.
- getEnumClassName() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumClassInfo
- getEnumClassName() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
- getEnumFromCode(Class<T>, String) - Static method in class jp.ecuacion.lib.core.util.EnumUtil
-
Obtains the enum value from the code.
- getEnumInfo(Class<T>) - Static method in class jp.ecuacion.lib.core.util.EnumUtil
-
Returns enum class info.
- getEnumInfo(Class<T>, Locale) - Static method in class jp.ecuacion.lib.core.util.EnumUtil
-
Returns enum class info.
- getEnumName(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the enum name of default locale in enum_names_xxx.properties.
- getEnumName(Locale, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized enum name in enum_names_xxx.properties.
- getErrLogShortString(Throwable, String, Locale, int) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns strings or error log.
- getErrLogString(Throwable, String, Locale) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns strings or error log.
- getExceptionListWithMessages(Throwable) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns listed exceptions with messages.
- getExceptionMessage(Throwable, boolean) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns exception message for 1 exception.
- getExceptionMessage(Throwable, Locale, boolean) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns exception message for 1 exception.
- getFileNameFromFilePath(String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Obtains filename from a path.
- getFileSavableName(String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Changes argument filename into file-savable name.
- getFileSizeInMb(Long) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Returns file size in Megabyte.
- getFileSizeInMbWithUnit(Long) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Returns file size in Megabyte.
- getInstance() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Gets instance.
- getInstance() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
- getInvalidValue() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Gets invalidValue.
- getItemIds() - Method in class jp.ecuacion.lib.core.exception.checked.AppExceptionItemIds
-
Gets
itemIds. - getItemIds() - Method in exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
Gets itemIds.
- getItemIds() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
- getItemName(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the item name of default locale in item_names_xxx.properties.
- getItemName(Locale, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized item name in item_names_xxx.properties.
- getLabel() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
- getLeafClassName() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Gets leafClassName.
- getList() - Method in exception class jp.ecuacion.lib.core.exception.checked.MultipleAppException
-
Returns a list of
SingleAppException. - getListForHtmlSelect(Class<T>, Locale, String) - Static method in class jp.ecuacion.lib.core.util.EnumUtil
-
Returns paires of a code and a display name.
- getLocalDateTime(String) - Static method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
-
Returns a
LocalDateTimeinstance from date-time string. - getLocalDateTimeDisplayString(LocalDateTime) - Static method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
-
Returns user-friendly LocalDateTime format string :
yyyy-MM-dd HH:mm:ss. - getLocalDateTimeDisplayString(OffsetDateTime, ZoneId) - Static method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
-
Returns user-friendly LocalDateTime format string :
yyyy-MM-dd HH:mm:ss. - getLocale() - Method in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
Returns locale.
- getLockFileVersion(File) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Obtains the last update timestamp string from the lock file.
- getLowerCamelFromSnake(String) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns a lowerCamelCase string from a snake case string.
- getLowerSnakeFromCamel(String) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns a lowerSnakeCase string from a camel case string.
- getMessage() - Method in exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
- getMessage() - Method in exception class jp.ecuacion.lib.core.exception.checked.MultipleAppException
- getMessage() - Method in exception class jp.ecuacion.lib.core.exception.unchecked.EclibRuntimeException
-
Returns message with a prefix added by the library.
- getMessage() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Gets message.
- getMessage(String, String...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the value of default locale in messages_xxx.properties.
- getMessage(String, PropertyFileUtil.Arg[]) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the value of default locale in messages_xxx.properties.
- getMessage(Locale, String, String...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized value in messages_xxx.properties.
- getMessage(Locale, String, PropertyFileUtil.Arg[]) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized value in messages_xxx.properties.
- getMessageArgs() - Method in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
Returns messageArgs.
- getMessageArgs() - Method in exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
Gets messageArgs.
- getMessageArgs() - Method in class jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
- getMessageId() - Method in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
Returns messageId.
- getMessageId() - Method in exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
Gets messageId.
- getMessageId() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Gets messageId.
- getMessagePostfix() - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Sets
messagePostfixand returns this for method chain. - getMessagePrefix() - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
- getMessageTemplate() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Gets messageTemplate.
- getMsg(String, String...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the value of default locale in messages_xxx.properties.
- getMsg(String, PropertyFileUtil.Arg[]) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the value of default locale in messages_xxx.properties.
- getMsg(Locale, String, String...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized value in messages_xxx.properties.
- getMsg(Locale, String, PropertyFileUtil.Arg[]) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized value in messages_xxx.properties.
- getName() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
- getOffsetDateTime(String) - Static method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
-
Returns a
OffsetDateTimeinstance from date-time string. - getOffsetDateTimeDisplayString(OffsetDateTime, ZoneId) - Static method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
-
Returns user-friendly OffsetDateTime format string :
yyyy-MM-dd HH:mm:ss +HH:mm. - getParamMap() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
- getParentDirPath(String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Changes the path separator to "/".
- getPathListFromPathWithWildcard(String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Returns a list of paths which match the path passed by the argument path with wildcards.
- getPropertyPath() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Gets propertyPath.
- getRootClassName() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Gets rootClassName.
- getSeparatedValuesString(String[], String) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns String with values separated by
separator. - getSeparatedValuesString(Collection<String>, String) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns String with values separated by
separator. - getSingleAppExceptionList(AppException) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns listed SingleAppExceptions (= AppExceptions with messages).
- getStringFromArg(Locale, PropertyFileUtil.Arg) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Obtains string from
Arg. - getUpperCamelFromSnake(String) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns a upperCamelCase string from a snake case string.
- getValidationMessage(String, Map<String, Object>) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the property value of default locale in ValidationMessages[_locale].properties.
- getValidationMessage(Locale, String, Map<String, Object>) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized enum name in ValidationMessages[_locale].properties.
- getValidationMessagePatternDescription(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the property value of default locale in ValidationMessages[_locale].properties.
- getValidationMessagePatternDescription(Locale, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized enum name in ValidationMessages[_locale].properties.
- getValidationMessageWithItemName(String, Map<String, Object>) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the property value of default locale in ValidationMessagesWithItemNames_xxx.properties.
- getValidationMessageWithItemName(Locale, String, Map<String, Object>) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized enum name in enum_names_xxx.properties.
- getValidatorClass() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Gets validatorClass.
- getValueList() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumClassInfo
- groups() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.BooleanString
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.EnumElement
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.IntegerString
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.LongString
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescription
-
Returns groups.
H
- has(String, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the existence of the key.
- hasApp(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the existence of the key in application_xxx.properties.
- hasApplication(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the existence of the key in application_xxx.properties.
- hasEnumFromCode(Class<T>, String) - Static method in class jp.ecuacion.lib.core.util.EnumUtil
-
Returns true if the argument code exists in the enum class.
- hasEnumName(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the existence of the key in enam_names_xxx.properties.
- hasItemName(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the existence of the key in item_names_xxx.properties.
- hasMessage(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the existence of the key in messages_xxx.properties.
- hasMsg(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the existence of the key in messages_xxx.properties.
I
- info(String) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
-
Logs message with "info" loglevel.
- info(String) - Method in class jp.ecuacion.lib.core.logging.ErrorLogger
-
Logs message with "info" loglevel.
- info(String) - Method in class jp.ecuacion.lib.core.logging.SummaryLogger
-
Logs message with "info" loglevel.
- initialize(BooleanString) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.BooleanStringValidator
-
Initializes an instance.
- initialize(ConditionalEmpty) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
-
Initializes an instance.
- initialize(ConditionalNotEmpty) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
-
Initializes an instance.
- initialize(EnumElement) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.EnumElementValidator
-
Initializes an instance.
- initialize(IntegerString) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.IntegerStringValidator
-
Initializes an instance.
- initialize(LongString) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.LongStringValidator
-
Initializes an instance.
- initialize(PatternWithDescription) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescriptionValidator
-
Initializes an instance.
- IntegerString - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if a string is convertable to
Integer. - IntegerStringValidator - Class in jp.ecuacion.lib.core.jakartavalidation.validator
-
Provides the validation logic for
IntegerString. - IntegerStringValidator() - Constructor for class jp.ecuacion.lib.core.jakartavalidation.validator.IntegerStringValidator
-
Constructs a new instance.
- isLocked(String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Checks if file is locked.
- isMessageId() - Method in class jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
- isMessageWithItemName() - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Obtains
isMessageWithItemName. - isRelativePath(String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Returns true if the path is relative.
- isValid(Object) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- isValid(Object) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.BooleanStringValidator
-
Checks if a string is convertable to
Boolean. - isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.EnumElementValidator
-
Checks if an enum value exists.
- isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.IntegerStringValidator
-
Checks if a string is convertable to
Integer. - isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.LongStringValidator
-
Checks if a string is convertable to
Long. - isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescriptionValidator
-
Checks if a string matches specified standard expression.
- isValidWhenConditionNotSatisfied(Object) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- isValidWhenConditionNotSatisfied(Object) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- itemIdClass() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Specifies class part (= left part) of item ID.
- itemIdClass() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Specifies class part (= left part) of item ID.
- itemIds - Variable in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
itemIds.
- itemIds() - Method in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
Returns itemIds.
- itemIds(AppExceptionItemIds) - Method in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
Sets itemIds and return this instance to realize the method chain.
- ItemNamesBaseProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor item_names in app projects. - ItemNamesCoreProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor item_names in app projects. - ItemNamesProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor item_names in app projects.
J
- jp.ecuacion.lib.core - module jp.ecuacion.lib.core
-
Provides basic functions used as common utilities.
- jp.ecuacion.lib.core.annotation - package jp.ecuacion.lib.core.annotation
-
Provides annotations.
- jp.ecuacion.lib.core.constant - package jp.ecuacion.lib.core.constant
-
Provides constants.
- jp.ecuacion.lib.core.exception.checked - package jp.ecuacion.lib.core.exception.checked
-
Provides Exceptions.
- jp.ecuacion.lib.core.exception.unchecked - package jp.ecuacion.lib.core.exception.unchecked
-
Provides several RuntimeExceptions.
- jp.ecuacion.lib.core.jakartavalidation.bean - package jp.ecuacion.lib.core.jakartavalidation.bean
-
Provides beans for
jakarta validationvalidators. - jp.ecuacion.lib.core.jakartavalidation.validator - package jp.ecuacion.lib.core.jakartavalidation.validator
-
Provides
jakarta validationvalidators. - jp.ecuacion.lib.core.logging - package jp.ecuacion.lib.core.logging
-
Provides several kinds of loggers.
- jp.ecuacion.lib.core.spi - package jp.ecuacion.lib.core.spi
-
Provides Service Provider Interfaces.
- jp.ecuacion.lib.core.spi.impl - package jp.ecuacion.lib.core.spi.impl
-
Provides Abstract Service Provider Implementations.
- jp.ecuacion.lib.core.util - package jp.ecuacion.lib.core.util
-
Provides utilities used in wide situations.
L
- locale - Variable in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
locale.
- lock(File, String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Obtains the lock of the designated file.
- logExceptionAsDebugInfo(Throwable) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
-
Logs Exception info for reference.
- logSystemError(Throwable) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
-
Logs system error.
- logSystemError(Throwable) - Method in class jp.ecuacion.lib.core.logging.ErrorLogger
-
Logs system error.
- logSystemError(Throwable, String) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
-
Logs system error.
- logSystemError(Throwable, String) - Method in class jp.ecuacion.lib.core.logging.ErrorLogger
-
Logs system error.
- logSystemError(DetailLogger, Throwable) - Static method in class jp.ecuacion.lib.core.util.LogUtil
-
Logs throwable.
- logSystemError(DetailLogger, Throwable, String) - Static method in class jp.ecuacion.lib.core.util.LogUtil
-
Logs throwable.
- LogUtil - Class in jp.ecuacion.lib.core.util
-
Provides multiple-logger-used fixed procedures.
- LongString - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if a string is convertable to
Long. - LongStringValidator - Class in jp.ecuacion.lib.core.jakartavalidation.validator
-
Provides the validation logic for
LongString. - LongStringValidator() - Constructor for class jp.ecuacion.lib.core.jakartavalidation.validator.LongStringValidator
-
Constructs a new instance.
M
- MailUtil - Class in jp.ecuacion.lib.core.util
-
Provides mail-related utility methods.
- message() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.BooleanString
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.EnumElement
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.IntegerString
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.LongString
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescription
-
Returns message ID.
- message(String, PropertyFileUtil.Arg...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
-
Constructs a new instance of messageId and messageArgs.
- messageArgs - Variable in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
message Arguments.
- messageId - Variable in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
message ID.
- MessagesBaseProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages in app projects. - MessagesCoreProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages in app projects. - MessagesLibCoreProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - MessagesProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages in app projects. - MessagesTestProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - MessagesUtilJpaProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-util-jpa. - MessagesUtilPdfboxProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-util-jpa. - MessagesUtilPoiProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-util-poi. - MSG_RUNTIME_EXCEPTION_PREFIX - Static variable in class jp.ecuacion.lib.core.constant.EclibCoreConstants
-
The message contained in
RuntimeSystemException. - MultipleAppException - Exception Class in jp.ecuacion.lib.core.exception.checked
-
Conveys multiple SingleAppExceptions at once.
- MultipleAppException(List<? extends SingleAppException>) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.MultipleAppException
-
Constructs a new instance with a list of
AppException. - MultipleAppException(MultipleAppException) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.MultipleAppException
-
Constructs a new instance with
MultipleAppException.
N
- notEmptyForOtherValues() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Decides whether validation check is executed when the value of
conditionFieldis not equal to the specified value.
O
- ObjectsUtil - Class in jp.ecuacion.lib.core.util
-
Provides utility methods for
Objects.requireNonnulland other checks.
P
- paramRequireNonNull(Object, Object, Object...) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates multiple arguments are not
nulland throwsNullPointerExceptionifnull. - paramRequireNonNull(T) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates the argument is not
nulland throwsNullPointerExceptionifnull. - paramSizeNonZero(Collection<T>) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates the size of the para collection is not zero and throws
IllegalArgumentExceptionif zero. - paramSizeNonZero(T[]) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates the length of the param array is not zero and throws
IllegalArgumentExceptionif zero. - PARTITION_LARGE - Static variable in class jp.ecuacion.lib.core.constant.EclibCoreConstants
-
is a large partition or separator which separates lines for log, mail or others.
- PARTITION_MEDIUM - Static variable in class jp.ecuacion.lib.core.constant.EclibCoreConstants
-
is a medium partition or separator which separates lines for log, mail or others.
- PatternWithDescription - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if a string matches specified regular expression.
- PatternWithDescription.PatternWithDescriptionList - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Defines several
Patternannotations on the same element. - PatternWithDescriptionValidator - Class in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if a string matches specified regular expression.
- PatternWithDescriptionValidator() - Constructor for class jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescriptionValidator
-
Constructs a new instance.
- payload() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.BooleanString
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.EnumElement
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.IntegerString
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.LongString
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescription
-
Returns payload.
- PKG - Static variable in class jp.ecuacion.lib.core.constant.EclibCoreConstants
- PKG_PARENT - Static variable in class jp.ecuacion.lib.core.constant.EclibCoreConstants
-
The common part of the package in ecuacion-lib.
- PropertyFileUtil - Class in jp.ecuacion.lib.core.util
-
Provides utility methods to read
*.propertiesfiles. - PropertyFileUtil.Arg - Class in jp.ecuacion.lib.core.util
-
Is considered as an argument string, but you can set message ID replaced to message string with
PropertyFileUtil.getMessage(String).
R
- regexp() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescription
-
Stores a regular expression.
- release(Pair<FileChannel, FileLock>) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Releases the lock.
- requireNonNull(T) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates the variable is not
nulland throwsNullPointerExceptionifnull. - RequireNonnull - Annotation Interface in jp.ecuacion.lib.core.annotation
-
Designates that the method throws NullPointerException when the annotated arguments is null.
- returnRequireNonNull(T) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates the return value is not
nulland throwsNullPointerExceptionifnull.
S
- sendErrorMail(Throwable) - Static method in class jp.ecuacion.lib.core.util.MailUtil
-
Sends an error mail.
- sendErrorMail(Throwable, String) - Static method in class jp.ecuacion.lib.core.util.MailUtil
-
Sends an error mail adding an additional message to it.
- sendMail(List<String>, List<String>, String, String) - Static method in class jp.ecuacion.lib.core.util.MailUtil
-
Provides the mail-sending function.
- sendWarnMail(String, List<String>) - Static method in class jp.ecuacion.lib.core.util.MailUtil
-
Sends a warn mail.
- setMessagePostfix(PropertyFileUtil.Arg) - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
- setMessagePrefix(PropertyFileUtil.Arg) - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Sets
messagePrefixand returns this for method chain. - setMessageWithItemName(boolean) - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Sets
isMessageWithItemNameand returns this for method chain. - SingleAppException - Exception Class in jp.ecuacion.lib.core.exception.checked
-
Is an abstract class describing an occurence of a single validation error.
- SingleAppException() - Constructor for exception class jp.ecuacion.lib.core.exception.checked.SingleAppException
-
Constructs a new instance.
- SingleAppException(String) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.SingleAppException
-
Constructs a new instance with
message. - SqlLogger - Class in jp.ecuacion.lib.core.logging
-
Logs sqls and related info like sql parameters.
- SqlLogger() - Constructor for class jp.ecuacion.lib.core.logging.SqlLogger
-
Constructs a new instance with a fixed logger name.
- string(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
-
Constructs a new instance of normal string.
- strings(String...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
-
Constructs an array of new instances of normal string.
- StringUtil - Class in jp.ecuacion.lib.core.util
-
Provides string-related utility methods.
- SummaryLogger - Class in jp.ecuacion.lib.core.logging
-
Logs start and end time of the timer-triggered exections, espacially used in batch programs.
- SummaryLogger() - Constructor for class jp.ecuacion.lib.core.logging.SummaryLogger
-
Constructs a new instance with a fixed logger name.
T
- Test92DuplicateInMultipleFilesCoreProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - Test92DuplicateInMultipleFilesProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - Test92DuplicateInOneFileProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - Test92LangProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - Test92NoneAndLangAndLangCountryProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - Test92NoneAndLangCountryProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - Test92NoneAndLangProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - Test92NoneProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - toCurrencyFormat(String) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns comma-separated number from number.
- toString() - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Outputs a string for logs.
- trace(String) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
-
Logs message with "trace" loglevel.
- trace(String) - Method in class jp.ecuacion.lib.core.logging.SqlLogger
-
Logs message with "trace" loglevel.
U
- UncheckedAppException - Exception Class in jp.ecuacion.lib.core.exception.unchecked
-
Wraps
AppExceptionand enables to throw AppException in overrided and no "throws AppException" signature method. - UncheckedAppException(AppException) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.UncheckedAppException
-
Constructs a new instance with
AppException.
V
- validate(T) - Static method in class jp.ecuacion.lib.core.util.ValidationUtil
-
Validates and returns
ConstraintViolationif validation errors exist. - validateThenReturn(T) - Static method in class jp.ecuacion.lib.core.util.ValidationUtil
-
Validates and returns
MultipleAppExceptionif validation errors exist. - validateThenReturn(T, Boolean, PropertyFileUtil.Arg, PropertyFileUtil.Arg) - Static method in class jp.ecuacion.lib.core.util.ValidationUtil
-
Validates and returns
MultipleAppExceptionif validation errors exist. - validateThenThrow(T) - Static method in class jp.ecuacion.lib.core.util.ValidationUtil
-
Validates and throws
MultipleAppExceptionif validation errors exist. - validateThenThrow(T, Boolean, PropertyFileUtil.Arg, PropertyFileUtil.Arg) - Static method in class jp.ecuacion.lib.core.util.ValidationUtil
-
Validates and throws
MultipleAppExceptionif validation errors exist. - ValidationAppException - Exception Class in jp.ecuacion.lib.core.exception.checked
-
Holds a Jakarta Validations violation.
- ValidationAppException(ConstraintViolation<?>) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Constructs a new instance with Jakarta Validation violation.
- ValidationAppException(ConstraintViolationBean) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Constructs a new instance with
BeanValidationErrorInfoBean. - ValidationMessagesProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages in app projects. - ValidationMessagesWithItemNamesProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages in app projects. - ValidationUtil - Class in jp.ecuacion.lib.core.util
-
Provides validation-related utilities.
- VALIDATOR_PARAMETER_NULL - Static variable in class jp.ecuacion.lib.core.constant.EclibCoreConstants
-
Constants used when annotation parameter value is null because parameter cannot be null value.
- value() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty.ConditionalEmptyList
-
Returns an array of ConditionalEmpty.
- value() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty.ConditionalNotEmptyList
-
Returns an array of ConditionalNotEmpty.
- value() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescription.PatternWithDescriptionList
-
Returns an array of PatternWithDescription.
W
- warn(String) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
-
Logs message with "warn" loglevel.
- warn(String) - Method in class jp.ecuacion.lib.core.logging.ErrorLogger
-
Logs message with "warn" loglevel.
- warn(String) - Method in class jp.ecuacion.lib.core.logging.SummaryLogger
-
Logs message with "warn" loglevel.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form