org.eclipse.jetty.util.ajax
类 JSONPojoConvertor.Setter

java.lang.Object
  继承者 org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
包容类:
JSONPojoConvertor

public static class JSONPojoConvertor.Setter
extends Object


字段摘要
protected  Class<?> _componentType
           
protected  JSONPojoConvertor.NumberType _numberType
           
protected  String _propertyName
           
protected  Method _setter
           
protected  Class<?> _type
           
 
构造方法摘要
JSONPojoConvertor.Setter(String propertyName, Method method)
           
 
方法摘要
 Class<?> getComponentType()
           
 Method getMethod()
           
 JSONPojoConvertor.NumberType getNumberType()
           
 String getPropertyName()
           
 Class<?> getType()
           
 void invoke(Object obj, Object value)
           
protected  void invokeObject(Object obj, Object value)
           
 boolean isPropertyNumber()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

_propertyName

protected String _propertyName

_setter

protected Method _setter

_numberType

protected JSONPojoConvertor.NumberType _numberType

_type

protected Class<?> _type

_componentType

protected Class<?> _componentType
构造方法详细信息

JSONPojoConvertor.Setter

public JSONPojoConvertor.Setter(String propertyName,
                                Method method)
方法详细信息

getPropertyName

public String getPropertyName()

getMethod

public Method getMethod()

getNumberType

public JSONPojoConvertor.NumberType getNumberType()

getType

public Class<?> getType()

getComponentType

public Class<?> getComponentType()

isPropertyNumber

public boolean isPropertyNumber()

invoke

public void invoke(Object obj,
                   Object value)
            throws IllegalArgumentException,
                   IllegalAccessException,
                   InvocationTargetException
抛出:
IllegalArgumentException
IllegalAccessException
InvocationTargetException

invokeObject

protected void invokeObject(Object obj,
                            Object value)
                     throws IllegalArgumentException,
                            IllegalAccessException,
                            InvocationTargetException
抛出:
IllegalArgumentException
IllegalAccessException
InvocationTargetException


Copyright © 2013. All Rights Reserved.