org.apache.ibatis.reflection.property
Class PropertyNamer

java.lang.Object
  extended by org.apache.ibatis.reflection.property.PropertyNamer

public class PropertyNamer
extends Object


Constructor Summary
PropertyNamer()
           
 
Method Summary
static boolean isGetter(String name)
           
static boolean isProperty(String name)
           
static boolean isSetter(String name)
           
static String methodToProperty(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyNamer

public PropertyNamer()
Method Detail

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.