Protocols
The following protocols are available globally.
-
This protocol define a fixture maker.
See moreDeclaration
Swift
public protocol FixtureMaker
-
This protocol defines a seeder for Realm Database.
See moreDeclaration
Swift
public protocol RealmSeeder
-
This protocol specifies the definitions to create an object.
See moreDeclaration
Swift
public protocol FixtureFactory : FixtureMaker
-
This protocol defines the rules to create a JSON Object from an object.
See moreDeclaration
Swift
public protocol JSONFixtureFactory : FixtureFactory, JSONFixtureMaker
-
Allow the model to define his own factory.
See moreDeclaration
Swift
public protocol FixtureFactoryable
-
Undocumented
See moreDeclaration
Swift
public protocol JSONFixtureMaker : FixtureMaker