You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BeanTableDataSource allows for the creation of Tables on Collection of Java Bean objects. E.g. if you get a number of DTOs from a database, you can directly use them to create a Table for a Datapackage.
Creating a Table on a Java class can be an easy way to create a Schema for them: just call 'getSchema()' on the table, since creating a Table on a Bean class automatically infers a Schema.