Source
Abstract classes
Classes from which source modules will inherit.
- pydantic model crudcreator.source.AbstractCRUDableEntityTypeSource.AbstractCRUDableEntityTypeSource[source]
A source module. Represents a type of entity that is plugged directly into a source.
- field params: AbstractSourceParams [Required][source]
Parameters for customizing the source module. It’s up to the AbstractSourceParams implementations to build themselves as they should.
- complete() AbstractCRUDableEntityTypeSource [source]
To complete the entity’s interface using the information that can be extracted from the external source.
- Return type: