@Retention(value=RUNTIME) @Target(value=METHOD) @API(status=STABLE) public @interface DefaultDataTableEntryTransformer
Valid method signatures are:
Map<String,String>, Type -> Object
Object, Type -> Object
Map<String,String>, Type, TableCellByTypeTransformer -> Object
Object, Type, TableCellByTypeTransformer -> Object
TableEntryByTypeTransformer
,
DataTableType
Modifier and Type | Optional Element and Description |
---|---|
boolean |
headersToProperties
Converts a data tables header headers to property names.
|
Copyright © 2019. All rights reserved.