Class PropertyNamer
- java.lang.Object
-
- org.apache.ibatis.reflection.property.PropertyNamer
-
public final class PropertyNamer extends Object
- Author:
- Clinton Begin
-
-
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)
-