org.neovera.jdiablo.internal
Class SpecializationUtil

java.lang.Object
  extended by org.neovera.jdiablo.internal.SpecializationUtil

public class SpecializationUtil
extends Object


Constructor Summary
SpecializationUtil()
           
 
Method Summary
static
<T> T
createOptionAwareProxy(Class<? extends T> clz)
           
static String getPropertyName(Method method)
          If this is a setter method, then return the javabean property it represents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecializationUtil

public SpecializationUtil()
Method Detail

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.