Uses of Annotation Interface
jp.ecuacion.lib.core.annotation.RequireElementNonempty
Packages that use RequireElementNonempty
-
Uses of RequireElementNonempty in jp.ecuacion.lib.core.util
Method parameters in jp.ecuacion.lib.core.util with annotations of type RequireElementNonemptyModifier and TypeMethodDescriptionEmbeddedParameterUtil.getPartList(String string, String[] startSymbols, String endSymbol) Divides the argument string into simple string and parameter parts and Returns list of them.EmbeddedParameterUtil.getPartList(String string, String[] startSymbols, String endSymbol, EmbeddedParameterUtil.Options options) Divides the argument string into simple string and parameter parts and Returns list of them.static String[]ObjectsUtil.requireElementNonEmpty(String[] strings) Validates elements of an array is notnulland throwsRequireElementNonEmptyExceptionif the argument value does not match the condition.static Collection<String> ObjectsUtil.requireElementNonEmpty(Collection<String> collection) Validates elements of a collection is notnulland throwsRequireElementNonEmptyExceptionif the argument value does not match the condition.