Uses of Class
io.revealbi.core.data.RVDataModelField
Packages that use RVDataModelField
-
Uses of RVDataModelField in io.revealbi.core.data
Subclasses of RVDataModelField in io.revealbi.core.dataModifier and TypeClassDescriptionclassRepresents a calculated field in the data model.Methods in io.revealbi.core.data that return types with arguments of type RVDataModelFieldModifier and TypeMethodDescriptionIRVDataModelProvider.editSchema(RVDataSourceItem dataSourceItem, List<RVDataModelField> schema, IRequestContext requestContext) Called to allow editing the schema fields of the given data source item.Method parameters in io.revealbi.core.data with type arguments of type RVDataModelFieldModifier and TypeMethodDescriptionIRVDataModelProvider.editSchema(RVDataSourceItem dataSourceItem, List<RVDataModelField> schema, IRequestContext requestContext) Called to allow editing the schema fields of the given data source item. -
Uses of RVDataModelField in io.revealbi.core.impl.serializers
Fields in io.revealbi.core.impl.serializers with type parameters of type RVDataModelFieldModifier and TypeFieldDescriptionfinal List<RVDataModelField>DataModelSerializer.EditSchemaRequest.schemaMethods in io.revealbi.core.impl.serializers that return types with arguments of type RVDataModelFieldModifier and TypeMethodDescriptionDataModelSerializer.deserializeFields(com.fasterxml.jackson.databind.JsonNode root) Deserializes a list ofRVDataModelFieldfrom an already-parsedJsonNode.DataModelSerializer.deserializeFields(String json) Deserializes a list ofRVDataModelFieldfrom a JSON string.Method parameters in io.revealbi.core.impl.serializers with type arguments of type RVDataModelFieldModifier and TypeMethodDescriptionDataModelSerializer.serializeFields(List<RVDataModelField> fields) Serializes a list ofRVDataModelFieldinstances to a JSON string.