|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.util.simplexml.DefaultConstructorSimpleXmlWrapper
public class DefaultConstructorSimpleXmlWrapper
A generic wrapper for values of classes with default constructors. This wrapper serializes the value's class name and upon deserialization request, it invokes the class' default constructor and returns the newly created instance.
| Constructor Summary | |
|---|---|
DefaultConstructorSimpleXmlWrapper()
|
|
| Method Summary | |
|---|---|
Object |
getValue()
Returns the value represented by this wrapper. |
void |
setValue(Object value)
Sets value to be wrapped by this wrapper. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultConstructorSimpleXmlWrapper()
| Method Detail |
|---|
public Object getValue()
ISimpleXmlWrapper
getValue in interface ISimpleXmlWrapper<Object>public void setValue(Object value)
ISimpleXmlWrapper
setValue in interface ISimpleXmlWrapper<Object>
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||