类 ObjectMethodMatchConf

java.lang.Object
org.beetl.core.om.ObjectMethodMatchConf

public class ObjectMethodMatchConf extends Object
用于本地调用类型转化
作者:
xiandafu
  • 字段详细资料

    • INT_CONVERT

      public static final int INT_CONVERT
      另请参阅:
    • LONG_CONVERT

      public static final int LONG_CONVERT
      另请参阅:
    • DOUBLE_CONVERT

      public static final int DOUBLE_CONVERT
      另请参阅:
    • FLOAT_CONVERT

      public static final int FLOAT_CONVERT
      另请参阅:
    • SHORT_CONVERT

      public static final int SHORT_CONVERT
      另请参阅:
    • BIGDECIMAL_CONVERT

      public static final int BIGDECIMAL_CONVERT
      另请参阅:
    • BYTE_CONVERT

      public static final int BYTE_CONVERT
      另请参阅:
    • CHAR_CONVERT

      public static final int CHAR_CONVERT
      另请参阅:
    • NO_CONVERT

      public static final int NO_CONVERT
      另请参阅:
    • VARIABLE_ARRAY

      public static final int VARIABLE_ARRAY
      另请参阅:
    • method

      public Method method
    • convert

      public int[] convert
    • isNeedConvert

      public boolean isNeedConvert
    • contextRequired

      public boolean contextRequired
  • 构造器详细资料

    • ObjectMethodMatchConf

      public ObjectMethodMatchConf()
  • 方法详细资料