Package in.hocg.boot.utils
Class PropertyNamer
- java.lang.Object
-
- in.hocg.boot.utils.PropertyNamer
-
public final class PropertyNamer extends Object
Created by hocgin on 2021/1/5 email: hocgin@gmail.com- Author:
- hocgin
-
-
Constructor Summary
Constructors Constructor Description PropertyNamer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisGetter(String name)static booleanisProperty(String name)static booleanisSetter(String name)static StringmethodToProperty(String name)
-