![JAR search and dependency download from the Maven repository](/logo.png)
net.savantly.sprout.module.content.model.contentField.ContentFieldFixture Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sprout-modules-content Show documentation
Show all versions of sprout-modules-content Show documentation
Provides dynamic content management for the Sprout Platform
The newest version!
package net.savantly.sprout.module.content.model.contentField;
import java.util.List;
import net.savantly.spring.fixture.AbstractBaseFixture;
import net.savantly.spring.fixture.Fixture;
public class ContentFieldFixture extends AbstractBaseFixture{
public ContentFieldFixture(ContentFieldRepository repository) {
super(repository);
}
@Override
public void addEntities(List entityList) {
// TODO Auto-generated method stub
}
@Override
public void addDependencies(List> dependencies) {
// TODO Auto-generated method stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy