Contents
-
Deprecated Methods
Use size() instead. This method will be removed in a future release.
This method is deprecated and will be removed in a future version.
Use ClassUtilities.findClosest(Class, Map, Object) directly instead.
This method is deprecated and will be removed in a future version.
Use ClassUtilities.getClassIfEnum(Class) directly instead.
This method is deprecated and will be removed in a future version.
Use ClassUtilities.isPrimitive(Class) directly instead.
This method is deprecated and will be removed in a future version.
Use StringUtilities.length(String) to safely determine the length of a string without risking a NullPointerException.
This method is deprecated and will be removed in a future version.
Use ClassUtilities.loadResourceAsBytes(String) directly instead.
This method is deprecated and will be removed in a future version.
Use ClassUtilities.loadResourceAsString(String) directly instead.
This method is deprecated and will be removed in a future version.
Use ClassUtilities.newInstance(Converter, Class, Collection) going forward.
This method is deprecated and will be removed in a future version.
This method has been moved to StringUtilities.removeLeadingAndTrailingQuotes(String).
This method is deprecated and will be removed in a future version.
Use ExceptionUtilities.safelyIgnoreException(Runnable)
This method is deprecated and will be removed in a future version.
Use ExceptionUtilities.safelyIgnoreException(Callable, T)
This method is deprecated and will be removed in a future version.
Use ClassUtilities.setUseUnsafe(boolean) going forward.
This method is deprecated and will be removed in a future version.
Use StringUtilities.trimLength(String) directly instead.
This method is deprecated and will be removed in a future version.
Use ExceptionUtilities.safelyIgnoreException(Runnable) directly instead.