net.neoremind.dynamicproxy.util
类 ObjectUtil

java.lang.Object
  继承者 net.neoremind.dynamicproxy.util.ObjectUtil

public class ObjectUtil
extends Object

作者:
zhangxu

构造方法摘要
ObjectUtil()
           
 
方法摘要
static
<T,S extends T>
T
defaultIfNull(T object, S defaultValue)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ObjectUtil

public ObjectUtil()
方法详细信息

defaultIfNull

public static <T,S extends T> T defaultIfNull(T object,
                                              S defaultValue)


Copyright © 2016 neoremind. All rights reserved.