Methods in de.smartics.exceptions.i18n.message that return types with arguments of type MessageParamParser.MessageParamInfo |
List<MessageParamParser.MessageParamInfo> |
MessageType.getMessageParamInfos(String propertyName, MessageParam messageParam) Returns the index information specified in the message parameter for the message type. |
Map<String,List<MessageParamParser.MessageParamInfo>> |
MessageType.getParentMessageParamInfos(ParentMessageParam messageParam) Returns the index information for the parent attributes specified in the message parameter for the message type. |
static List<MessageParamParser.MessageParamInfo> |
MessageParamParser.parse(String propertyName, String input) Splits the input string into message param informations. |
static Map<String,List<MessageParamParser.MessageParamInfo>> |
MessageParamParser.parseParentMessageParam(String input) Parses the content of the parent message parameter. |