public class PropertyNamer extends Object
| Constructor and Description |
|---|
PropertyNamer() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isGetter(String name) |
static boolean |
isProperty(String name) |
static boolean |
isSetter(String name) |
static String |
methodToProperty(String name) |
Copyright © 2010-2014 MyBatis.org. All Rights Reserved.