Class BeanUtilsPlugin.GetterType

java.lang.Object
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 Details

    • type

      public Class<?> type
    • genericType

      public Type genericType
    • typeClass

      public Class<?> typeClass
    • methodName

      public String methodName
  • Constructor Details

    • GetterType

      public GetterType(Method m)