프로젝트에서 gradle dependency 중 guava 를 사용하는 것을 발견했다. google guava ! 난생 처음 보는 거라 신기했다. 😗😗
개발 시 자주 대면하는 유효성 체크, Collection, 날짜, 문자 등등 있다. 이런 걸 좀더 편하게 사용할 수 있게 Google 에서 배포되는 라이브러리이다.
그 중에서도 CaseFormat 에 관련된 것을 살펴보려고 한다.
System.out.println(CaseFormat.LOWER_HYPHEN.to(CaseFormat.LOWER_CAMEL, "test-data")); // testData
https://krksap.tistory.com/1187
https://javaiyagi.tistory.com/423
https://whitelife.tistory.com/182 [White Life Story]
http://herecomesthenicebreeze.blogspot.com/2016/01/java-guava-library.html
https://guava.dev/releases/19.0/api/docs/com/google/common/base/CaseFormat.html#UPPER_UNDERSCORE
https://m.blog.naver.com/PostView.nhn?blogId=young4862&logNo=221147724695&proxyReferer=https:%2F%2Fwww.google.com%2F
안공부하신게 어떤거죠 .. 대단하세요 !