Package | Description |
---|---|
org.apache.commons.betwixt.io |
Package contains classes dealing directly with the reading and writing of beans.
|
org.apache.commons.betwixt.io.id |
This package is home to
IDGenerator implementations. |
Modifier and Type | Method and Description |
---|---|
IDGenerator |
AbstractBeanWriter.getIdGenerator()
Get
IDGenerator implementation used to
generate ID attribute values . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBeanWriter.setIdGenerator(IDGenerator idGenerator)
Set
IDGenerator implementation
used to generate ID attribute values. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIDGenerator
Abstract superclass for
IDGenerator implementations. |
class |
RandomIDGenerator
Generates
ID 's at random. |
class |
SequentialIDGenerator
Generates
ID 's in numeric sequence. |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.