Uses of Class
jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
Packages that use PropertyFileUtil.Arg
Package
Description
Provides Exceptions.
Provides beans for
jakarta validation validators.Provides utilities used in wide situations.
-
Uses of PropertyFileUtil.Arg in jp.ecuacion.lib.core.exception.checked
Methods in jp.ecuacion.lib.core.exception.checked that return PropertyFileUtil.ArgModifier and TypeMethodDescriptionBizLogicAppException.getMessageArgs()Gets messageArgs.ValidationAppException.getMessagePostfix()SetsmessagePostfixand returns this for method chain.ValidationAppException.getMessagePrefix()Methods in jp.ecuacion.lib.core.exception.checked with parameters of type PropertyFileUtil.ArgModifier and TypeMethodDescriptionvoidValidationAppException.setMessagePostfix(PropertyFileUtil.Arg messagePostfix) ValidationAppException.setMessagePrefix(PropertyFileUtil.Arg messagePrefix) SetsmessagePrefixand returns this for method chain.Constructors in jp.ecuacion.lib.core.exception.checked with parameters of type PropertyFileUtil.ArgModifierConstructorDescriptionBizLogicAppException(String[] itemPropertyPaths, String messageId, PropertyFileUtil.Arg[] messageArgs) Constructs a new instance withitemPropertyPaths,messageIdandmessageArgs.BizLogicAppException(String messageId, PropertyFileUtil.Arg[] messageArgs) Constructs a new instance withmessageIdandmessageArgs. -
Uses of PropertyFileUtil.Arg in jp.ecuacion.lib.core.jakartavalidation.bean
Methods in jp.ecuacion.lib.core.jakartavalidation.bean that return PropertyFileUtil.ArgModifier and TypeMethodDescriptionConstraintViolationBean.LocalizedMessageParameter.args()Returns the value of theargsrecord component.Constructors in jp.ecuacion.lib.core.jakartavalidation.bean with parameters of type PropertyFileUtil.ArgModifierConstructorDescriptionLocalizedMessageParameter(String parameterKey, jp.ecuacion.lib.core.util.internal.PropertyFileUtilFileKindEnum[] fileKinds, String propertyFileKey, PropertyFileUtil.Arg... args) Creates an instance of aLocalizedMessageParameterrecord class. -
Uses of PropertyFileUtil.Arg in jp.ecuacion.lib.core.util
Methods in jp.ecuacion.lib.core.util that return PropertyFileUtil.ArgModifier and TypeMethodDescriptionstatic PropertyFileUtil.ArgPropertyFileUtil.Arg.formattedString(String formattedString) Constructs a new instance of normal string.static PropertyFileUtil.ArgConstructs a new instance of messageId and messageArgs.static PropertyFileUtil.ArgConstructs a new instance of messageId and messageArgs.static PropertyFileUtil.ArgPropertyFileUtil.Arg.get(String[] fileKinds, String messageId, PropertyFileUtil.Arg... messageArgs) Constructs a new instance of messageId and messageArgs.PropertyFileUtil.Arg.getMessageArgs()static PropertyFileUtil.ArgConstructs a new instance of messageId and messageArgs.static PropertyFileUtil.ArgConstructs a new instance of messageId and messageArgs.static PropertyFileUtil.ArgPropertyFileUtil.Arg.message(String messageId, PropertyFileUtil.Arg... messageArgs) Constructs a new instance of messageId and messageArgs.static PropertyFileUtil.ArgConstructs a new instance of normal string.static PropertyFileUtil.Arg[]Constructs an array of new instances of normal string.Methods in jp.ecuacion.lib.core.util with parameters of type PropertyFileUtil.ArgModifier and TypeMethodDescriptionstatic PropertyFileUtil.ArgPropertyFileUtil.Arg.get(String[] fileKinds, String messageId, PropertyFileUtil.Arg... messageArgs) Constructs a new instance of messageId and messageArgs.static StringPropertyFileUtil.get(String propertyUtilFileKind, Locale locale, String key, PropertyFileUtil.Arg... args) Returns the localized property value.static StringPropertyFileUtil.getMessage(String key, PropertyFileUtil.Arg[] args) Returns the value of default locale in messages_xxx.properties.static StringPropertyFileUtil.getMessage(Locale locale, String key, PropertyFileUtil.Arg[] args) Returns the localized value in messages_xxx.properties.static StringPropertyFileUtil.getMessageWithItemName(String key, PropertyFileUtil.Arg[] args) Returns the value of default locale in messagesWithItemNames_xxx.properties.static StringPropertyFileUtil.getMessageWithItemName(Locale locale, String key, PropertyFileUtil.Arg[] args) Returns the localized value in messagesWithItemNames_xxx.properties.static StringPropertyFileUtil.getString(String key, PropertyFileUtil.Arg[] args) Returns the value in string_xxx.properties.static StringPropertyFileUtil.getStringFromArg(Locale locale, PropertyFileUtil.Arg arg) Obtains string fromArg.static PropertyFileUtil.ArgPropertyFileUtil.Arg.message(String messageId, PropertyFileUtil.Arg... messageArgs) Constructs a new instance of messageId and messageArgs.static <T> Optional<MultipleAppException> ValidationUtil.validateThenReturn(T object, Boolean addsItemNameToMessage, PropertyFileUtil.Arg messagePrefix, PropertyFileUtil.Arg messagePostfix) Validates and returnsMultipleAppExceptionif validation errors exist.static <T> Optional<MultipleAppException> ValidationUtil.validateThenReturn(T object, Boolean addsItemNameToMessage, PropertyFileUtil.Arg messagePrefix, PropertyFileUtil.Arg messagePostfix, Class<?>... groups) Validates and returnsMultipleAppExceptionif validation errors exist.static <T> voidValidationUtil.validateThenThrow(T object, Boolean addsItemNameToMessage, PropertyFileUtil.Arg messagePrefix, PropertyFileUtil.Arg messagePostfix) Validates and throwsMultipleAppExceptionif validation errors exist.static <T> voidValidationUtil.validateThenThrow(T object, Boolean addsItemNameToMessage, PropertyFileUtil.Arg messagePrefix, PropertyFileUtil.Arg messagePostfix, Class<?>... groups) Validates and throwsMultipleAppExceptionif validation errors exist.