Skip to content

Generate mocked data from your model. #13

@robmarzialetti

Description

@robmarzialetti

I'd like to develop this functionality for cbMockData.

Given a bean:

component accessors="true" {
	property name="id" type="String" mockData="uuid";
	property name="email" type="String" mockData="email";
	property name="icon" type="String" mockData="imageurl";
}

Using the "mockData" attribute in property, I can automatically generate data.

I don't think cbMockData has this functionality.

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions