Uses of Class
org.apache.empire.commons.StringUtils.ObjectStringifier
Packages that use StringUtils.ObjectStringifier
Package
Description
This package contains various common classes for error handling, specific data types and data type conversion.
-
Uses of StringUtils.ObjectStringifier in org.apache.empire.commons
Methods in org.apache.empire.commons that return StringUtils.ObjectStringifierModifier and TypeMethodDescriptionStringUtils.getObjectStringifier()StringUtils.setObjectStringifier(StringUtils.ObjectStringifier stringifier) Methods in org.apache.empire.commons with parameters of type StringUtils.ObjectStringifierModifier and TypeMethodDescriptionstatic StringStringUtils.arrayToString(Object[] array, String template, String defItemValue, StringUtils.ObjectStringifier stringifier) Converts an array of objects to a string.static intStringUtils.estimateArrayBufferSize(Object[] array, StringUtils.ObjectStringifier stringifier, int separatorLength, int defValueLength, boolean ignoreEmpty) Estimates the buffer size needed to convert an Array into a Stringstatic intStringUtils.estimateListBufferSize(Collection<?> list, StringUtils.ObjectStringifier stringifier, int separatorLength, int defValueLength, boolean ignoreEmpty) Estimates the buffer size needed to convert a Collection into a Stringstatic StringStringUtils.listToString(Collection<?> list, String template, String defItemValue, StringUtils.ObjectStringifier stringifier) Converts a list (Collection) of objects to a string.StringUtils.setObjectStringifier(StringUtils.ObjectStringifier stringifier)