org.neovera.jdiablo.internal
Class SpecializationUtil
java.lang.Object
org.neovera.jdiablo.internal.SpecializationUtil
public class SpecializationUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpecializationUtil
public SpecializationUtil()
createOptionAwareProxy
public static <T> T createOptionAwareProxy(Class<? extends T> clz)
getPropertyName
public static String getPropertyName(Method method)
- If this is a setter method, then return the javabean property it represents.
- Parameters:
method - Method
- Returns:
- null if not java bean property setter method, otherwise property name.
Copyright © 2014 Neovera Inc.. All rights reserved.