Uses of Class
jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
Packages that use PropertyFileUtil.Arg
Package
Description
Provides Exceptions.
Provides several RuntimeExceptions.
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 messageId, PropertyFileUtil.Arg[] messageArgs) Constructs a new instance withitemIds,messageIdandmessageArgs.BizLogicAppException(AppExceptionItemIds itemIds, String messageId, PropertyFileUtil.Arg[] messageArgs) Constructs a new instance withitemIds,messageIdandmessageArgs. -
Uses of PropertyFileUtil.Arg in jp.ecuacion.lib.core.exception.unchecked
Methods in jp.ecuacion.lib.core.exception.unchecked that return PropertyFileUtil.ArgModifier and TypeMethodDescriptionRuntimeExceptionWithMessageId.getMessageArgs()Deprecated.Gets messageArgs.Constructors in jp.ecuacion.lib.core.exception.unchecked with parameters of type PropertyFileUtil.ArgModifierConstructorDescriptionRuntimeExceptionWithMessageId(String messageId, PropertyFileUtil.Arg[] messageArgs) Deprecated.Constructs a new instance withmessageIdandmessageArgs. -
Uses of PropertyFileUtil.Arg in jp.ecuacion.lib.core.util
Methods in jp.ecuacion.lib.core.util that return PropertyFileUtil.ArgModifier and TypeMethodDescriptionPropertyFileUtil.Arg.getMessageArgs()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 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.getMsg(String key, PropertyFileUtil.Arg[] args) Returns the value of default locale in messages_xxx.properties.static StringPropertyFileUtil.getMsg(Locale locale, String key, PropertyFileUtil.Arg[] args) Returns the localized value in messages_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.ValidationUtil.ValidationExecutorBuilder.messagePostfix(PropertyFileUtil.Arg messagePostfix) SetsmessagePostfixand returns this for method chain.ValidationUtil.ValidationExecutorBuilder.messagePrefix(PropertyFileUtil.Arg messagePrefix) SetsmessagePrefixand returns this for method chain.Constructors in jp.ecuacion.lib.core.util with parameters of type PropertyFileUtil.ArgModifierConstructorDescriptionValidationExecutor(boolean isMessageWithItemName, PropertyFileUtil.Arg messagePrefix, PropertyFileUtil.Arg messagePostfix) Construct a new instance.