Generated by
JDiff

Class org.springframework.util.Assert

Removed Methods
void notEmpty(Object[]) Assert that an array contains elements; that is, it must not be {@code null} and must contain at least one element.
void notEmpty(Map<?, ?>) Assert that a Map contains entries; that is, it must not be {@code null} and must contain at least one entry.
 

Added Methods
void notEmpty(Object[]) @deprecated as of 4.3.7, in favor of .notEmpty(Object[], String)
void notEmpty(Map<?, ?>) @deprecated as of 4.3.7, in favor of .notEmpty(Map, String)
 

Changed Methods
void doesNotContain(String, String) Now deprecated.
as of 4.3.7, in favor of {@link #doesNotContain(String, String, String)}
void hasLength(String) Now deprecated.
as of 4.3.7, in favor of {@link #hasLength(String, String)}
void hasText(String) Now deprecated.
as of 4.3.7, in favor of {@link #hasText(String, String)}
void isNull(Object) Now deprecated.
as of 4.3.7, in favor of {@link #isNull(Object, String)}
void isTrue(boolean) Now deprecated.
as of 4.3.7, in favor of {@link #isTrue(boolean, String)}
void noNullElements(Object[]) Now deprecated.
as of 4.3.7, in favor of {@link #noNullElements(Object[], String)}
void notEmpty(Collection<?>) Now deprecated.
as of 4.3.7, in favor of {@link #notEmpty(Collection, String)}
void notNull(Object) Now deprecated.
as of 4.3.7, in favor of {@link #notNull(Object, String)}
void state(boolean) Now deprecated.
as of 4.3.7, in favor of {@link #state(boolean, String)}