com.agapple.mapping.core.introspect
类 NullSymbolGetExecutor
java.lang.Object
com.agapple.mapping.core.introspect.AbstractExecutor
com.agapple.mapping.core.introspect.NullSymbolGetExecutor
- 所有已实现的接口:
- GetExecutor
public class NullSymbolGetExecutor
- extends AbstractExecutor
- implements GetExecutor
处理下特殊符号的get操作,比如针对"null"返回null值
- 作者:
- jianghang 2012-4-6 下午02:48:25
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullSymbolGetExecutor
public NullSymbolGetExecutor(Introspector is,
Class<?> clazz,
String key)
invoke
public Object invoke(Object obj)
throws BeanMappingException
- 指定者:
- 接口
GetExecutor 中的 invoke
- 抛出:
BeanMappingException
discover
public static boolean discover(String key)
isAlive
public boolean isAlive()
- 指定者:
- 类
AbstractExecutor 中的 isAlive
Copyright © 2012. All Rights Reserved.