Uses of Annotation Interface
jp.ecuacion.lib.core.annotation.RequireNonempty
Packages that use RequireNonempty
Package
Description
Provides Items and ItemContainers.
Provides utilities used in wide situations.
-
Uses of RequireNonempty in jp.ecuacion.lib.core.item
Method parameters in jp.ecuacion.lib.core.item with annotations of type RequireNonemptyModifier and TypeMethodDescriptiondefault ItemReturnsEclibItemfromEclibItem[]andfieldId.default ItemItemContainer.getNewItem(String itemPropertyPath) Returns a new instance.Item.itemNameKey(String itemNameKey) SetsitemNameKeyand returns this for method chain.Constructor parameters in jp.ecuacion.lib.core.item with annotations of type RequireNonempty -
Uses of RequireNonempty in jp.ecuacion.lib.core.util
Method parameters in jp.ecuacion.lib.core.util with annotations of type RequireNonemptyModifier and TypeMethodDescriptionstatic StringEmbeddedParameterUtil.getParameterReplacedString(String string, String startSymbol, String endSymbol, Function<String, String> valueGetterFromKey) Returns string with embedded parameters replaced.static StringEmbeddedParameterUtil.getParameterReplacedString(String string, String startSymbol, String endSymbol, Function<String, String> valueGetterFromKey) Returns string with embedded parameters replaced.static StringEmbeddedParameterUtil.getParameterReplacedString(String string, String startSymbol, String endSymbol, Function<String, String> valueGetterFromKey, EmbeddedParameterUtil.Options options) Returns string with embedded parameters replaced.static StringEmbeddedParameterUtil.getParameterReplacedString(String string, String startSymbol, String endSymbol, Function<String, String> valueGetterFromKey, EmbeddedParameterUtil.Options options) Returns string with embedded parameters replaced.static StringEmbeddedParameterUtil.getParameterReplacedString(String string, String startSymbol, String endSymbol, Map<String, String> parameterMap) Returns string with embedded parameters replaced.static StringEmbeddedParameterUtil.getParameterReplacedString(String string, String startSymbol, String endSymbol, Map<String, String> parameterMap) Returns string with embedded parameters replaced.static StringEmbeddedParameterUtil.getParameterReplacedString(String string, String startSymbol, String endSymbol, Map<String, String> parameterMap, EmbeddedParameterUtil.Options options) Returns string with embedded parameters replaced.static StringEmbeddedParameterUtil.getParameterReplacedString(String string, String startSymbol, String endSymbol, Map<String, String> parameterMap, EmbeddedParameterUtil.Options options) Returns string with embedded parameters replaced.EmbeddedParameterUtil.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 StringObjectsUtil.requireNonEmpty(String string) Validates the argument is notnullorblank("")and throwsRequireNonEmptyExceptionif the argument value does not match the condition.static voidObjectsUtil.requireNonEmpty(String string1, String string2, String... strings) Validates multiple arguments are notnullorblank("")and throwsRequireNonEmptyExceptionif arguments value do not match the condition.static voidObjectsUtil.requireNonEmpty(String string1, String string2, String... strings) Validates multiple arguments are notnullorblank("")and throwsRequireNonEmptyExceptionif arguments value do not match the condition.static voidObjectsUtil.requireNonEmpty(String string1, String string2, String... strings) Validates multiple arguments are notnullorblank("")and throwsRequireNonEmptyExceptionif arguments value do not match the condition.