|
Deprecated Methods |
com.github.drinkjava2.jdialects.springsrc.utils.Assert.doesNotContain(String, String)
as of 4.3.7, in favor of doesNotContain(String, String, String) |
com.github.drinkjava2.jdialects.springsrc.utils.Assert.hasLength(String)
as of 4.3.7, in favor of hasLength(String, String) |
com.github.drinkjava2.jdialects.springsrc.utils.Assert.hasText(String)
as of 4.3.7, in favor of hasText(String, String) |
com.github.drinkjava2.jdialects.springsrc.utils.Assert.isNull(Object)
as of 4.3.7, in favor of isNull(Object, String) |
com.github.drinkjava2.jdialects.springsrc.utils.Assert.isTrue(boolean)
as of 4.3.7, in favor of isTrue(boolean, String) |
com.github.drinkjava2.jdialects.springsrc.utils.Assert.noNullElements(Object[])
as of 4.3.7, in favor of noNullElements(Object[], String) |
com.github.drinkjava2.jdialects.springsrc.utils.Assert.notEmpty(Collection>)
as of 4.3.7, in favor of notEmpty(Collection, String) |
com.github.drinkjava2.jdialects.springsrc.utils.Assert.notEmpty(Map, ?>)
as of 4.3.7, in favor of notEmpty(Map, String) |
com.github.drinkjava2.jdialects.springsrc.utils.Assert.notEmpty(Object[])
as of 4.3.7, in favor of notEmpty(Object[], String) |
com.github.drinkjava2.jdialects.springsrc.utils.Assert.notNull(Object)
as of 4.3.7, in favor of notNull(Object, String) |
com.github.drinkjava2.jdialects.springsrc.utils.Assert.state(boolean)
as of 4.3.7, in favor of state(boolean, String) |