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
| 从类 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.