public class OperateData extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected Object |
dataObject |
protected Class<?> |
type |
| 构造器和说明 |
|---|
OperateData(Object obj,
Class<?> aType) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
Class<?> |
getDefineType() |
Object |
getObject(InstructionSetContext context) |
Object |
getObjectInner(InstructionSetContext context) |
Class<?> |
getOrgiType() |
Class<?> |
getType(InstructionSetContext parent) |
void |
initial(Object obj,
Class<?> aType)
给对象缓存接口使用
|
void |
setObject(InstructionSetContext parent,
Object object) |
String |
toJavaCode() |
void |
toResource(StringBuilder builder,
int level) |
String |
toString() |
public void clear()
public Class<?> getDefineType()
public Class<?> getOrgiType()
public Class<?> getType(InstructionSetContext parent) throws Exception
Exceptionpublic final Object getObject(InstructionSetContext context) throws Exception
Exceptionpublic Object getObjectInner(InstructionSetContext context) throws Exception
Exceptionpublic void setObject(InstructionSetContext parent, Object object) throws Exception
Exceptionpublic String toJavaCode()
public void toResource(StringBuilder builder, int level)
Copyright © 2012–2018 Alibaba Group. All rights reserved.