souzadriano / utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SouzAdriano Utils

CircleCI

Overlaps

Determines whether two range of Number, BigDecimal, Date or Calendar overlaps.

BeanEmpty

Verify if Bean Object is empty or is blank.

Method Description
isEmpty Fields are null or fields of type string are empty (lenght == 0)
isBlank Fields are null or fields of type string are blank or fields of type collection are empty. Deep parameter: valid fields of a bean field

About

License:MIT License


Languages

Language:Java 100.0%