public class DownloadDataV1 extends Schema<DownloadDataHandler.DownloadData,DownloadDataV1>
_version_pattern, schema_name, schema_type, schema_version| Constructor and Description |
|---|
DownloadDataV1() |
| Modifier and Type | Method and Description |
|---|---|
DownloadDataHandler.DownloadData |
createImpl()
Create an implementation object and any child objects but DO NOT fill them.
|
DownloadDataV1 |
fillFromImpl(DownloadDataHandler.DownloadData ddata)
Version and Schema-specific filling from the implementation object.
|
acceptsFrame, createAndFillImpl, extractVersion, fillFromParms, fillImpl, getImplClass, getImplClass, markdown, markdown, registerclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic DownloadDataHandler.DownloadData createImpl()
SchemaFor objects without children this method does all the required work. For objects with children the subclass will need to override, e.g. by calling super.createImpl() and then calling createImpl() on its children.
Note that impl objects for schemas which override this method don't need to have a default constructor (e.g., a Keyed object constructor can still create and set the Key), but they must not fill any fields which can be filled later from the schema.
TODO: We *could* handle the common case of children with the same field names here by finding all of our fields that are themselves Schemas.
createImpl in class Schema<DownloadDataHandler.DownloadData,DownloadDataV1>public DownloadDataV1 fillFromImpl(DownloadDataHandler.DownloadData ddata)
SchemafillFromImpl in class Schema<DownloadDataHandler.DownloadData,DownloadDataV1>