org.sqlproc.engine.plugin
Class BeanUtilsPlugin.GetterType

java.lang.Object
  extended by org.sqlproc.engine.plugin.BeanUtilsPlugin.GetterType
Enclosing interface:
BeanUtilsPlugin

public static class BeanUtilsPlugin.GetterType
extends Object

Holder for the getter types (standard and generic ones).

Author:
Vladimir Hudec

Field Summary
 Type genericType
           
 String methodName
           
 Class<?> type
           
 Class<?> typeClass
           
 
Constructor Summary
BeanUtilsPlugin.GetterType(Method m)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public Class<?> type

genericType

public Type genericType

typeClass

public Class<?> typeClass

methodName

public String methodName
Constructor Detail

BeanUtilsPlugin.GetterType

public BeanUtilsPlugin.GetterType(Method m)


Copyright © 2015. All rights reserved.