Uses of Class
org.fastnate.data.EntityRegistration
Packages that use EntityRegistration
-
Uses of EntityRegistration in org.fastnate.data.files
Methods in org.fastnate.data.files that return EntityRegistrationModifier and TypeMethodDescriptionprotected EntityRegistrationGenericDataProvider.getEntityRegistration()Contains all already discovered entities with their unique property. -
Uses of EntityRegistration in org.fastnate.data.properties
Constructors in org.fastnate.data.properties with parameters of type EntityRegistrationModifierConstructorDescriptionDefaultEntityConverter(EntityRegistration entityRegistration) Creates a newDefaultEntityConverterinstance.UniquePropertyEntityConverter(EntityRegistration entityRegistration, String uniqueProperty) Creates a newUniquePropertyEntityConverterinstance. -
Uses of EntityRegistration in org.fastnate.data.xml
Constructors in org.fastnate.data.xml with parameters of type EntityRegistrationModifierConstructorDescriptionXmlDataImporter(org.fastnate.generator.context.GeneratorContext context, EntityRegistration entityRegistration) Creates a newXmlDataImporterinstance.