-
Notifications
You must be signed in to change notification settings - Fork 0
Home
William Surya Setiadi edited this page Jul 5, 2018
·
14 revisions
Welcome to the java-common-helper wiki! Java Common Helper was created with readability in mind. The goal is to reduce boilerplate code which in turn also reduces time needed to read through code. It is recommended to add these classes to your favorite import settings, which you can read more about here. Doing so would help even reduce repeated code length such as the library class name. You can look at the generated javadoc here.
This library was built using JDK 1.8 and these 3rd-party libraries:
0.0.11 (5 Jul 2018) - First stable release
You can add these classes to your list of favorite static imports in Spring Tool Suite by following these steps:
Windows - Preferences - Java - Editor - Favorites
and add the following types:
com.blibli.oss.common.helper.CollectionHelper
com.blibli.oss.common.helper.CommonHelper
com.blibli.oss.common.helper.DateHelper
com.blibli.oss.common.helper.NumberHelper
com.blibli.oss.common.helper.constants.CommonDateTimeParams
com.blibli.oss.common.helper.constants.Comparator
com.blibli.oss.common.helper.constants.TimeCommparator
com.blibli.oss.common.helper.constants.TimeUnit