软件包 | 描述 |
---|---|
java.beans |
包含的类发展豆相关--基于JavaBeans组件™架构。
|
Modifier and Type | Method and Description |
---|---|
protected abstract Expression |
PersistenceDelegate.instantiate(Object oldInstance, Encoder out)
返回一个表达式的值是
oldInstance 。
|
protected Expression |
DefaultPersistenceDelegate.instantiate(Object oldInstance, Encoder out)
这
instantiate 方法的默认实现返回一个表达式包含预定义的方法叫“新”是指调用一个有参数的构造函数中指定的构造函数
DefaultPersistenceDelegate 。
|
Modifier and Type | Method and Description |
---|---|
void |
XMLEncoder.writeExpression(Expression oldExp)
记录表达式,以便在刷新流时,编码器将产生实际输出。
|
void |
Encoder.writeExpression(Expression oldExp)
执行第一个检查,看看是否有这个值的表达式已经被写入。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.