public interface IFieldsMetadataClassSerializer extends IBaseDiscovery
FieldsMetadata from Java Class model.| Modifier and Type | Method and Description |
|---|---|
void |
load(FieldsMetadata fieldsMetadata,
String key,
Class<?> clazz)
Load simple fields metadata in the given fieldsMetadata by using the given key and Java Class.
|
void |
load(FieldsMetadata fieldsMetadata,
String key,
Class<?> clazz,
boolean listType)
Load simple/list fields metadata in the given fieldsMetadata by using the given key and Java Class.
|
getDescription, getIdvoid load(FieldsMetadata fieldsMetadata, String key, Class<?> clazz) throws XDocReportException
fieldsMetadata - the fieldsMetadata where fields metadata must be added.key - the key (first token) to use to generate field name.clazz - the Java class model to use to load fields metadata.XDocReportExceptionvoid load(FieldsMetadata fieldsMetadata, String key, Class<?> clazz, boolean listType) throws XDocReportException
fieldsMetadata - the fieldsMetadata where fields metadata must be added.key - the key (first token) to use to generate field name.clazz - the Java class model to use to load fields metadata.listType - true if it's a list and false otherwise.XDocReportExceptionCopyright © 2015. All Rights Reserved.