jar

io.github.factoryfx : factory

Maven & Gradle

Jul 04, 2023
18 usages
9 stars

factoryfx · factoryfx dependency injection framework

Table Of Contents

Latest Version

Download io.github.factoryfx : factory JAR file - Latest Versions:

All Versions

Download io.github.factoryfx : factory JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.2.x
2.1.x
2.0.x
1.7.x
1.0.x
0.5.x
0.4

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window factory-3.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.factoryfx.server.user

├─ io.github.factoryfx.server.user.AuthorizedUser.class - [JAR]

├─ io.github.factoryfx.server.user.User.class - [JAR]

├─ io.github.factoryfx.server.user.UserManagement.class - [JAR]

io.github.factoryfx.factory.record

├─ io.github.factoryfx.factory.record.Dependencies.class - [JAR]

├─ io.github.factoryfx.factory.record.Dependency.class - [JAR]

├─ io.github.factoryfx.factory.record.DependencyList.class - [JAR]

├─ io.github.factoryfx.factory.record.RecordDeserializer.class - [JAR]

├─ io.github.factoryfx.factory.record.RecordFactory.class - [JAR]

├─ io.github.factoryfx.factory.record.RecordFactoryUtility.class - [JAR]

├─ io.github.factoryfx.factory.record.RecordSerializer.class - [JAR]

io.github.factoryfx.factory.validation

├─ io.github.factoryfx.factory.validation.AttributeValidation.class - [JAR]

├─ io.github.factoryfx.factory.validation.MinimumOccurrence.class - [JAR]

├─ io.github.factoryfx.factory.validation.RegexValidation.class - [JAR]

├─ io.github.factoryfx.factory.validation.UniqueList.class - [JAR]

├─ io.github.factoryfx.factory.validation.UniqueListBy.class - [JAR]

├─ io.github.factoryfx.factory.validation.Validation.class - [JAR]

├─ io.github.factoryfx.factory.validation.ValidationError.class - [JAR]

├─ io.github.factoryfx.factory.validation.ValidationResult.class - [JAR]

io.github.factoryfx.factory.attribute.dependency

├─ io.github.factoryfx.factory.attribute.dependency.FactoryAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.dependency.FactoryBaseAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.dependency.FactoryChildrenEnclosingAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.dependency.FactoryListAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.dependency.FactoryListBaseAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.dependency.FactoryPolymorphicAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.dependency.FactoryPolymorphicListAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.dependency.FactoryViewAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.dependency.FactoryViewListAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.dependency.PossibleNewValue.class - [JAR]

├─ io.github.factoryfx.factory.attribute.dependency.ReferenceBaseAttribute.class - [JAR]

io.github.factoryfx.factory.builder

├─ io.github.factoryfx.factory.builder.DataStorageCreator.class - [JAR]

├─ io.github.factoryfx.factory.builder.DefaultCreator.class - [JAR]

├─ io.github.factoryfx.factory.builder.FactoryContext.class - [JAR]

├─ io.github.factoryfx.factory.builder.FactoryCreator.class - [JAR]

├─ io.github.factoryfx.factory.builder.FactoryCreatorIdentifier.class - [JAR]

├─ io.github.factoryfx.factory.builder.FactoryTemplateId.class - [JAR]

├─ io.github.factoryfx.factory.builder.FactoryTreeBuilder.class - [JAR]

├─ io.github.factoryfx.factory.builder.FactoryTreeBuilderAttributeFiller.class - [JAR]

├─ io.github.factoryfx.factory.builder.MicroserviceBuilder.class - [JAR]

├─ io.github.factoryfx.factory.builder.NestedBuilder.class - [JAR]

├─ io.github.factoryfx.factory.builder.Scope.class - [JAR]

io.github.factoryfx.factory.storage.migration.metadata

├─ io.github.factoryfx.factory.storage.migration.metadata.AttributeStorageMetadata.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.metadata.DataStorageMetadata.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.metadata.DataStorageMetadataDictionary.class - [JAR]

io.github.factoryfx.factory.attribute

├─ io.github.factoryfx.factory.attribute.Attribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.AttributeAndMetadata.class - [JAR]

├─ io.github.factoryfx.factory.attribute.AttributeChangeListener.class - [JAR]

├─ io.github.factoryfx.factory.attribute.AttributeCopy.class - [JAR]

├─ io.github.factoryfx.factory.attribute.AttributeGroup.class - [JAR]

├─ io.github.factoryfx.factory.attribute.AttributeMatch.class - [JAR]

├─ io.github.factoryfx.factory.attribute.AttributeMerger.class - [JAR]

├─ io.github.factoryfx.factory.attribute.AttributeValue.class - [JAR]

├─ io.github.factoryfx.factory.attribute.CollectionAttributeUtil.class - [JAR]

├─ io.github.factoryfx.factory.attribute.CopySemantic.class - [JAR]

├─ io.github.factoryfx.factory.attribute.DefaultPossibleValueProvider.class - [JAR]

├─ io.github.factoryfx.factory.attribute.ImmutableValueAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.RunLaterAble.class - [JAR]

├─ io.github.factoryfx.factory.attribute.ValueListAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.ValueMapAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.ValueSetAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.WeakAttributeChangeListener.class - [JAR]

io.github.factoryfx.server.user.nop

├─ io.github.factoryfx.server.user.nop.NoUserManagement.class - [JAR]

├─ io.github.factoryfx.server.user.nop.NoUserManagementFactory.class - [JAR]

io.github.factoryfx.factory.storage.inmemory

├─ io.github.factoryfx.factory.storage.inmemory.InMemoryDataStorage.class - [JAR]

io.github.factoryfx.factory.attribute.types

├─ io.github.factoryfx.factory.attribute.types.BigDecimalAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.BigIntegerAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.BooleanMapAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.ByteArrayAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.ByteArrayAttributeBase.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.EncryptedString.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.EncryptedStringAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.EnumAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.EnumListAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.EnumTranslations.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.FileContentAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.I18nAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.LocaleAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.ObjectMapAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.ObjectValueAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.PasswordAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.StringAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.StringListAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.StringMapAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.StringSetAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.URIAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.types.URIListAttribute.class - [JAR]

io.github.factoryfx.server

├─ io.github.factoryfx.server.Microservice.class - [JAR]

io.github.factoryfx.factory.validator

├─ io.github.factoryfx.factory.validator.FactoryStyleValidation.class - [JAR]

├─ io.github.factoryfx.factory.validator.FactoryStyleValidatorBuilder.class - [JAR]

├─ io.github.factoryfx.factory.validator.FinalValidation.class - [JAR]

├─ io.github.factoryfx.factory.validator.LocaleAttributeValidation.class - [JAR]

├─ io.github.factoryfx.factory.validator.NoIdAsAttributeName.class - [JAR]

├─ io.github.factoryfx.factory.validator.NotInnerClassValidation.class - [JAR]

├─ io.github.factoryfx.factory.validator.NotNullAttributeValidation.class - [JAR]

├─ io.github.factoryfx.factory.validator.OnlyAttribute.class - [JAR]

├─ io.github.factoryfx.factory.validator.PublicValidation.class - [JAR]

io.github.factoryfx.factory.storage.filesystem

├─ io.github.factoryfx.factory.storage.filesystem.FileSystemDataStorage.class - [JAR]

├─ io.github.factoryfx.factory.storage.filesystem.FileSystemFactoryStorageHistory.class - [JAR]

io.github.factoryfx.factory.util

├─ io.github.factoryfx.factory.util.ClasspathBasedFactoryProvider.class - [JAR]

├─ io.github.factoryfx.factory.util.LanguageText.class - [JAR]

io.github.factoryfx.factory.storage

├─ io.github.factoryfx.factory.storage.DataAndId.class - [JAR]

├─ io.github.factoryfx.factory.storage.DataAndStoredMetadata.class - [JAR]

├─ io.github.factoryfx.factory.storage.DataStorage.class - [JAR]

├─ io.github.factoryfx.factory.storage.DataStoragePatcher.class - [JAR]

├─ io.github.factoryfx.factory.storage.DataUpdate.class - [JAR]

├─ io.github.factoryfx.factory.storage.RawFactoryDataAndMetadata.class - [JAR]

├─ io.github.factoryfx.factory.storage.ScheduledUpdate.class - [JAR]

├─ io.github.factoryfx.factory.storage.ScheduledUpdateMetadata.class - [JAR]

├─ io.github.factoryfx.factory.storage.StoredDataMetadata.class - [JAR]

├─ io.github.factoryfx.factory.storage.UpdateSummary.class - [JAR]

io.github.factoryfx.factory.attribute.primitive.list

├─ io.github.factoryfx.factory.attribute.primitive.list.ByteListAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.primitive.list.CharListAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.primitive.list.DoubleListAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.primitive.list.FloatListAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.primitive.list.IntegerListAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.primitive.list.LongListAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.primitive.list.ShortListAttribute.class - [JAR]

io.github.factoryfx.factory.jackson

├─ io.github.factoryfx.factory.jackson.ForceStringDeserializer.class - [JAR]

├─ io.github.factoryfx.factory.jackson.ObjectMapperBuilder.class - [JAR]

├─ io.github.factoryfx.factory.jackson.SimpleObjectMapper.class - [JAR]

io.github.factoryfx.factory.exception

├─ io.github.factoryfx.factory.exception.AllOrNothingFactoryExceptionHandler.class - [JAR]

├─ io.github.factoryfx.factory.exception.ExceptionResponseAction.class - [JAR]

├─ io.github.factoryfx.factory.exception.FactoryExceptionHandler.class - [JAR]

├─ io.github.factoryfx.factory.exception.LoggingFactoryExceptionHandler.class - [JAR]

├─ io.github.factoryfx.factory.exception.ResettingHandler.class - [JAR]

├─ io.github.factoryfx.factory.exception.RethrowingFactoryExceptionHandler.class - [JAR]

io.github.factoryfx.factory.metadata

├─ io.github.factoryfx.factory.metadata.AttributeFieldAccessor.class - [JAR]

├─ io.github.factoryfx.factory.metadata.AttributeMetadata.class - [JAR]

├─ io.github.factoryfx.factory.metadata.AttributeMetadataAndAccessor.class - [JAR]

├─ io.github.factoryfx.factory.metadata.FactoryMetadata.class - [JAR]

├─ io.github.factoryfx.factory.metadata.FactoryMetadataManager.class - [JAR]

io.github.factoryfx.factory

├─ io.github.factoryfx.factory.AttributeMetadataVisitor.class - [JAR]

├─ io.github.factoryfx.factory.AttributeVisitor.class - [JAR]

├─ io.github.factoryfx.factory.AttributelessFactory.class - [JAR]

├─ io.github.factoryfx.factory.BranchSelector.class - [JAR]

├─ io.github.factoryfx.factory.DataObjectIdResolver.class - [JAR]

├─ io.github.factoryfx.factory.FactoryBase.class - [JAR]

├─ io.github.factoryfx.factory.FactoryEnclosingAttributeVisitor.class - [JAR]

├─ io.github.factoryfx.factory.FactoryManager.class - [JAR]

├─ io.github.factoryfx.factory.FactoryTreeBuilderBasedAttributeSetup.class - [JAR]

├─ io.github.factoryfx.factory.FactoryUpdate.class - [JAR]

├─ io.github.factoryfx.factory.FactoryUpdateMerge.class - [JAR]

├─ io.github.factoryfx.factory.RootFactoryWrapper.class - [JAR]

├─ io.github.factoryfx.factory.SimpleFactoryBase.class - [JAR]

io.github.factoryfx.factory.storage.migration

├─ io.github.factoryfx.factory.storage.migration.MigrationManager.class - [JAR]

io.github.factoryfx.factory.attribute.primitive

├─ io.github.factoryfx.factory.attribute.primitive.BooleanAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.primitive.ByteAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.primitive.CharAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.primitive.DoubleAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.primitive.FloatAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.primitive.IntegerAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.primitive.LongAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.primitive.ShortAttribute.class - [JAR]

io.github.factoryfx.factory.storage.migration.datamigration

├─ io.github.factoryfx.factory.storage.migration.datamigration.AttributeFiller.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.datamigration.AttributePathElement.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.datamigration.AttributePathTarget.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.datamigration.AttributeRename.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.datamigration.AttributeRetype.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.datamigration.AttributeValueListParser.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.datamigration.AttributeValueParser.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.datamigration.ClassRename.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.datamigration.DataJsonNode.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.datamigration.DataMigration.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.datamigration.PathBuilder.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.datamigration.PathDataRestore.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.datamigration.RefAttributePathElement.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.datamigration.RefListAttributePathElement.class - [JAR]

├─ io.github.factoryfx.factory.storage.migration.datamigration.SingletonDataRestore.class - [JAR]

io.github.factoryfx.factory.merge

├─ io.github.factoryfx.factory.merge.AttributeDiffInfo.class - [JAR]

├─ io.github.factoryfx.factory.merge.DataMerger.class - [JAR]

├─ io.github.factoryfx.factory.merge.MergeDiffInfo.class - [JAR]

├─ io.github.factoryfx.factory.merge.MergeResult.class - [JAR]

io.github.factoryfx.factory.attribute.time

├─ io.github.factoryfx.factory.attribute.time.DurationAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.time.InstantAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.time.LocalDateAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.time.LocalDateTimeAttribute.class - [JAR]

├─ io.github.factoryfx.factory.attribute.time.LocalTimeAttribute.class - [JAR]

io.github.factoryfx.factory.log

├─ io.github.factoryfx.factory.log.FactoryLogEntry.class - [JAR]

├─ io.github.factoryfx.factory.log.FactoryLogEntryEvent.class - [JAR]

├─ io.github.factoryfx.factory.log.FactoryLogEntryEventType.class - [JAR]

├─ io.github.factoryfx.factory.log.FactoryUpdateLog.class - [JAR]

io.github.factoryfx.factory.fastfactory

├─ io.github.factoryfx.factory.fastfactory.FastEnumValueAttribute.class - [JAR]

├─ io.github.factoryfx.factory.fastfactory.FastFactoryAttribute.class - [JAR]

├─ io.github.factoryfx.factory.fastfactory.FastFactoryAttributeUtility.class - [JAR]

├─ io.github.factoryfx.factory.fastfactory.FastFactoryListAttribute.class - [JAR]

├─ io.github.factoryfx.factory.fastfactory.FastFactoryUtility.class - [JAR]

├─ io.github.factoryfx.factory.fastfactory.FastFactoryUtilityInterface.class - [JAR]

├─ io.github.factoryfx.factory.fastfactory.FastValueAttribute.class - [JAR]

io.github.factoryfx.server.user.persistent

├─ io.github.factoryfx.server.user.persistent.PasswordHash.class - [JAR]

├─ io.github.factoryfx.server.user.persistent.PersistentUserManagement.class - [JAR]

├─ io.github.factoryfx.server.user.persistent.PersistentUserManagementFactory.class - [JAR]

├─ io.github.factoryfx.server.user.persistent.UserFactory.class - [JAR]

Advertisement

Dependencies from Group

Jul 04, 2023
18 usages
9 stars
Jul 04, 2023
9 usages
9 stars
Apr 26, 2018
4 usages
9 stars
Jul 04, 2023
4 usages
9 stars
Nov 05, 2018
3 usages
9 stars

Discover Dependencies

Aug 29, 2020
4 usages
41 stars
May 22, 2019
2 usages
620 stars
Apr 18, 2020
6 usages
10 stars
Dec 07, 2018
9 usages
26 stars
Mar 02, 2020
11 usages
2.7k stars
Jan 15, 2017
11 usages