org.apache.ibatis.reflection.property
Class PropertyNamer
java.lang.Object
org.apache.ibatis.reflection.property.PropertyNamer
public class PropertyNamer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyNamer
public PropertyNamer()
methodToProperty
public static String methodToProperty(String name)
isProperty
public static boolean isProperty(String name)
isGetter
public static boolean isGetter(String name)
isSetter
public static boolean isSetter(String name)
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.