| Package | Description |
|---|---|
| com.googlecode.openbeans |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLEncoder
XMLEncoder extends Encoder to write out the encoded statements and expressions in XML format. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder enc)
Produces a series of expressions and statements for the initialization of a bean object's properties.
|
protected void |
DefaultPersistenceDelegate.initialize(Class<?> type,
Object oldInstance,
Object newInstance,
Encoder enc)
Initializes the new instance in the new environment so that it becomes equivalent with the old one, meanwhile recording this process in the encoder.
|
protected abstract Expression |
PersistenceDelegate.instantiate(Object oldInstance,
Encoder enc)
Constructs an expression for instantiating an object of the same type as the old instance.
|
protected Expression |
DefaultPersistenceDelegate.instantiate(Object oldInstance,
Encoder enc)
Returns an expression that represents a call to the bean's constructor.
|
void |
PersistenceDelegate.writeObject(Object oldInstance,
Encoder out)
Writes a bean object to the given encoder.
|
Copyright © 2014. All Rights Reserved.