public class BlurObject extends Object implements Serializable, Cloneable
| 构造器和说明 |
|---|
BlurObject(Object o) |
| 限定符和类型 | 方法和说明 |
|---|---|
static BlurObject |
bind(Object o) |
protected Object |
clone() |
boolean |
equals(Object obj) |
Class<?> |
getObjectClass() |
int |
hashCode() |
BlurObject |
toBlurObjectValue() |
boolean |
toBooleanValue() |
byte[] |
toBytesValue() |
byte |
toByteValue() |
char |
toCharValue() |
double |
toDoubleValue() |
float |
toFloatValue() |
int |
toIntValue() |
List<?> |
toListValue() |
long |
toLongValue() |
Map<?,?> |
toMapValue() |
Object |
toObjectValue() |
Object |
toObjectValue(Class<?> clazz)
输出指定类的对象
|
Set<?> |
toSetValue() |
short |
toShortValue() |
String |
toString() |
String |
toStringValue() |
public BlurObject(Object o)
public static BlurObject bind(Object o)
public Object toObjectValue()
public BlurObject toBlurObjectValue()
public Map<?,?> toMapValue()
public List<?> toListValue()
public Set<?> toSetValue()
public boolean toBooleanValue()
public int toIntValue()
public String toStringValue()
public float toFloatValue()
public double toDoubleValue()
public long toLongValue()
public byte toByteValue()
public byte[] toBytesValue()
public short toShortValue()
public char toCharValue()
public Object toObjectValue(Class<?> clazz)
clazz - 指定类public Class<?> getObjectClass()
protected Object clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedExceptionCopyright © 2017. All rights reserved.