jar

io.spot-next : spot-core

Maven & Gradle

May 14, 2019
11 usages
14 stars

io.spot-next:spot-core · The spOt microservice framework.

Table Of Contents

Latest Version

Download io.spot-next : spot-core JAR file - Latest Versions:

All Versions

Download io.spot-next : spot-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

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 spot-core-1.0.21-BETA-20190513.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.spotnext.core.infrastructure.strategy

├─ io.spotnext.core.infrastructure.strategy.ImpexImportStrategy.class - [JAR]

├─ io.spotnext.core.infrastructure.strategy.SerializationStrategy.class - [JAR]

io.spotnext.core.testing

├─ io.spotnext.core.testing.AbstractIntegrationTest.class - [JAR]

├─ io.spotnext.core.testing.IntegrationTest.class - [JAR]

├─ io.spotnext.core.testing.SpotJunitRunListener.class - [JAR]

├─ io.spotnext.core.testing.SpotJunitRunner.class - [JAR]

├─ io.spotnext.core.testing.TestConfiguration.class - [JAR]

├─ io.spotnext.core.testing.TestMocker.class - [JAR]

├─ io.spotnext.core.testing.Transactionless.class - [JAR]

├─ io.spotnext.core.testing.UnitTest.class - [JAR]

io.spotnext.core.management.support

├─ io.spotnext.core.management.support.AuthenticationFilter.class - [JAR]

├─ io.spotnext.core.management.support.BasicAuthenticationFilter.class - [JAR]

├─ io.spotnext.core.management.support.HttpAuthorizationType.class - [JAR]

├─ io.spotnext.core.management.support.NoAuthenticationFilter.class - [JAR]

io.spotnext.core.infrastructure.event

├─ io.spotnext.core.infrastructure.event.ItemModificationEvent.class - [JAR]

├─ io.spotnext.core.infrastructure.event.SystemBootCompleteEvent.class - [JAR]

io.spotnext.core.infrastructure.http

├─ io.spotnext.core.infrastructure.http.AbstractResponse.class - [JAR]

├─ io.spotnext.core.infrastructure.http.DataResponse.class - [JAR]

├─ io.spotnext.core.infrastructure.http.ExceptionResponse.class - [JAR]

├─ io.spotnext.core.infrastructure.http.HttpResponse.class - [JAR]

├─ io.spotnext.core.infrastructure.http.HttpStatus.class - [JAR]

├─ io.spotnext.core.infrastructure.http.ModelAndView.class - [JAR]

├─ io.spotnext.core.infrastructure.http.ModelAndViewResponse.class - [JAR]

├─ io.spotnext.core.infrastructure.http.Session.class - [JAR]

├─ io.spotnext.core.infrastructure.http.Status.class - [JAR]

io.spotnext.core.persistence.query.lambda

├─ io.spotnext.core.persistence.query.lambda.ArgumentsFixVisitor.class - [JAR]

├─ io.spotnext.core.persistence.query.lambda.CountingVisitor.class - [JAR]

├─ io.spotnext.core.persistence.query.lambda.ParametersNameGenerator.class - [JAR]

├─ io.spotnext.core.persistence.query.lambda.PredicateTranslationResult.class - [JAR]

├─ io.spotnext.core.persistence.query.lambda.SerializablePredicate.class - [JAR]

├─ io.spotnext.core.persistence.query.lambda.ToConstantExpressionVisitor.class - [JAR]

├─ io.spotnext.core.persistence.query.lambda.ToJpqlQueryVisitor.class - [JAR]

io.spotnext.core.infrastructure.interceptor.impl

├─ io.spotnext.core.infrastructure.interceptor.impl.AbstractItemInterceptor.class - [JAR]

├─ io.spotnext.core.infrastructure.interceptor.impl.UniqueIdItemSaveInterceptor.class - [JAR]

io.spotnext.core.infrastructure.support.impex

├─ io.spotnext.core.infrastructure.support.impex.ColumnDefinition.class - [JAR]

├─ io.spotnext.core.infrastructure.support.impex.ImpexCommand.class - [JAR]

├─ io.spotnext.core.infrastructure.support.impex.ImpexMergeMode.class - [JAR]

├─ io.spotnext.core.infrastructure.support.impex.ValueResolutionDescriptorParser.class - [JAR]

├─ io.spotnext.core.infrastructure.support.impex.WorkUnit.class - [JAR]

io.spotnext.core.infrastructure.serialization.jackson

├─ io.spotnext.core.infrastructure.serialization.jackson.ItemCollectionProxySerializer.class - [JAR]

├─ io.spotnext.core.infrastructure.serialization.jackson.ItemDeserializer.class - [JAR]

├─ io.spotnext.core.infrastructure.serialization.jackson.ItemProxySerializer.class - [JAR]

├─ io.spotnext.core.infrastructure.serialization.jackson.ItemSerializationMixIn.class - [JAR]

├─ io.spotnext.core.infrastructure.serialization.jackson.ItemTypeResolver.class - [JAR]

├─ io.spotnext.core.infrastructure.serialization.jackson.ItemTypeResolverBuilder.class - [JAR]

├─ io.spotnext.core.infrastructure.serialization.jackson.ModelAndViewMixIn.class - [JAR]

├─ io.spotnext.core.infrastructure.serialization.jackson.QueryResultMixIn.class - [JAR]

io.spotnext.core.security.service.impl

├─ io.spotnext.core.security.service.impl.DefaultAuthenticationService.class - [JAR]

io.spotnext.core.security.service

├─ io.spotnext.core.security.service.AuthenticationService.class - [JAR]

io.spotnext.itemtype.core.catalog

├─ io.spotnext.itemtype.core.catalog.Catalog.class - [JAR]

├─ io.spotnext.itemtype.core.catalog.CatalogVersion.class - [JAR]

io.spotnext.core.infrastructure.annotation.validation

├─ io.spotnext.core.infrastructure.annotation.validation.DateBetween.class - [JAR]

├─ io.spotnext.core.infrastructure.annotation.validation.DateHasTime.class - [JAR]

├─ io.spotnext.core.infrastructure.annotation.validation.DateHasTimeValidator.class - [JAR]

io.spotnext.core

├─ io.spotnext.core.CoreInit.class - [JAR]

io.spotnext.core.management.populator

├─ io.spotnext.core.management.populator.Populator.class - [JAR]

io.spotnext.core.management.converter.impl

├─ io.spotnext.core.management.converter.impl.AbstractPopulatingConverter.class - [JAR]

io.spotnext.core.infrastructure.interceptor

├─ io.spotnext.core.infrastructure.interceptor.ItemCreateInterceptor.class - [JAR]

├─ io.spotnext.core.infrastructure.interceptor.ItemInterceptor.class - [JAR]

├─ io.spotnext.core.infrastructure.interceptor.ItemLoadInterceptor.class - [JAR]

├─ io.spotnext.core.infrastructure.interceptor.ItemPrepareInterceptor.class - [JAR]

├─ io.spotnext.core.infrastructure.interceptor.ItemRemoveInterceptor.class - [JAR]

├─ io.spotnext.core.infrastructure.interceptor.ItemValidateInterceptor.class - [JAR]

io.spotnext.core.management.transformer

├─ io.spotnext.core.management.transformer.JsonResponseTransformer.class - [JAR]

├─ io.spotnext.core.management.transformer.NoOpResponseTransformer.class - [JAR]

├─ io.spotnext.core.management.transformer.PlainTextResponseTransformer.class - [JAR]

├─ io.spotnext.core.management.transformer.ResponseTransformer.class - [JAR]

io.spotnext.core.management.service.impl

├─ io.spotnext.core.management.service.impl.AbstractRestEndpoint.class - [JAR]

├─ io.spotnext.core.management.service.impl.ConfigurationRestEndpoint.class - [JAR]

├─ io.spotnext.core.management.service.impl.CronJobEndpoint.class - [JAR]

├─ io.spotnext.core.management.service.impl.ImportRestEndpoint.class - [JAR]

├─ io.spotnext.core.management.service.impl.ModelServiceRestEndpoint.class - [JAR]

├─ io.spotnext.core.management.service.impl.QueryRestEndpoint.class - [JAR]

├─ io.spotnext.core.management.service.impl.StatusRestEndpoint.class - [JAR]

├─ io.spotnext.core.management.service.impl.SystemEndpoint.class - [JAR]

├─ io.spotnext.core.management.service.impl.TypeSystemServiceRestEndpoint.class - [JAR]

io.spotnext.core.infrastructure.scheduling.service.impl

├─ io.spotnext.core.infrastructure.scheduling.service.impl.CronJobService.class - [JAR]

├─ io.spotnext.core.infrastructure.scheduling.service.impl.DefaultCronJobService.class - [JAR]

io.spotnext.itemtype.core.internationalization

├─ io.spotnext.itemtype.core.internationalization.Country.class - [JAR]

├─ io.spotnext.itemtype.core.internationalization.Currency.class - [JAR]

├─ io.spotnext.itemtype.core.internationalization.Language.class - [JAR]

├─ io.spotnext.itemtype.core.internationalization.LocalizationValue.class - [JAR]

├─ io.spotnext.itemtype.core.internationalization.LocalizedString.class - [JAR]

io.spotnext.core.management.exception

├─ io.spotnext.core.management.exception.RemoteServiceInitException.class - [JAR]

io.spotnext.core.management.support.data

├─ io.spotnext.core.management.support.data.GenericItemDefinitionData.class - [JAR]

├─ io.spotnext.core.management.support.data.PageablePayload.class - [JAR]

io.spotnext.core.management.converter

├─ io.spotnext.core.management.converter.Converter.class - [JAR]

io.spotnext.core.infrastructure.annotation.logging

├─ io.spotnext.core.infrastructure.annotation.logging.Log.class - [JAR]

├─ io.spotnext.core.infrastructure.annotation.logging.Logs.class - [JAR]

io.spotnext.core.persistence

├─ io.spotnext.core.persistence.TypeSystemAction.class - [JAR]

io.spotnext.core.persistence.service

├─ io.spotnext.core.persistence.service.CacheService.class - [JAR]

├─ io.spotnext.core.persistence.service.LambdaQueryTranslationService.class - [JAR]

├─ io.spotnext.core.persistence.service.PersistenceService.class - [JAR]

├─ io.spotnext.core.persistence.service.QueryService.class - [JAR]

├─ io.spotnext.core.persistence.service.SequenceGenerator.class - [JAR]

├─ io.spotnext.core.persistence.service.TransactionService.class - [JAR]

io.spotnext.core.infrastructure.resolver.impex.impl

├─ io.spotnext.core.infrastructure.resolver.impex.impl.AbstractDateTimeValueResolver.class - [JAR]

├─ io.spotnext.core.infrastructure.resolver.impex.impl.FileValueResolver.class - [JAR]

├─ io.spotnext.core.infrastructure.resolver.impex.impl.LocalDateTimeValueResolver.class - [JAR]

├─ io.spotnext.core.infrastructure.resolver.impex.impl.LocalDateValueResolver.class - [JAR]

├─ io.spotnext.core.infrastructure.resolver.impex.impl.LocalTimeValueResolver.class - [JAR]

├─ io.spotnext.core.infrastructure.resolver.impex.impl.PrimitiveValueResolver.class - [JAR]

├─ io.spotnext.core.infrastructure.resolver.impex.impl.ReferenceValueResolver.class - [JAR]

io.spotnext.core.infrastructure.scheduling.support

├─ io.spotnext.core.infrastructure.scheduling.support.AbstractCronJobPerformable.class - [JAR]

├─ io.spotnext.core.infrastructure.scheduling.support.CronJobAbortException.class - [JAR]

├─ io.spotnext.core.infrastructure.scheduling.support.CronJobException.class - [JAR]

io.spotnext.core.security.strategy

├─ io.spotnext.core.security.strategy.PasswordEncryptionStrategy.class - [JAR]

io.spotnext.core.management.annotation

├─ io.spotnext.core.management.annotation.Handler.class - [JAR]

├─ io.spotnext.core.management.annotation.RemoteEndpoint.class - [JAR]

io.spotnext.core.constant

├─ io.spotnext.core.constant.CoreConstants.class - [JAR]

io.spotnext.core.infrastructure.service

├─ io.spotnext.core.infrastructure.service.AccessControlService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.ConfigurationService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.ConversionService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.EventService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.ExportService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.I18nService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.ImportService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.L10nService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.ModelService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.SerializationService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.SessionService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.TypeService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.UserService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.ValidationService.class - [JAR]

io.spotnext.itemtype.core

├─ io.spotnext.itemtype.core.CatalogItem.class - [JAR]

├─ io.spotnext.itemtype.core.UniqueIdItem.class - [JAR]

io.spotnext.core.persistence.valueprovider

├─ io.spotnext.core.persistence.valueprovider.ItemPropertyValueProvider.class - [JAR]

io.spotnext.core.persistence.hibernate.support

├─ io.spotnext.core.persistence.hibernate.support.ItemSequence.class - [JAR]

io.spotnext.core.management.populator.impl

├─ io.spotnext.core.management.populator.impl.ItemTypePopulator.class - [JAR]

io.spotnext.core.infrastructure.aspect

├─ io.spotnext.core.infrastructure.aspect.AbstractBaseAspect.class - [JAR]

├─ io.spotnext.core.infrastructure.aspect.AllowDuplicateEntitiesInPersistenceContextAspect.class - [JAR]

├─ io.spotnext.core.infrastructure.aspect.ItemPropertyAccessAspect.class - [JAR]

├─ io.spotnext.core.infrastructure.aspect.JaqueAsmFixAspect.class - [JAR]

├─ io.spotnext.core.infrastructure.aspect.LogAspect.class - [JAR]

├─ io.spotnext.core.infrastructure.aspect.TimingAspect.class - [JAR]

io.spotnext.itemtype.core.cockpit

├─ io.spotnext.itemtype.core.cockpit.AbstractCockpitColumnConfiguration.class - [JAR]

├─ io.spotnext.itemtype.core.cockpit.CockpitColumnListViewConfig.class - [JAR]

├─ io.spotnext.itemtype.core.cockpit.CockpitColumnSearchViewConfig.class - [JAR]

├─ io.spotnext.itemtype.core.cockpit.CockpitTypeConfiguration.class - [JAR]

io.spotnext.core.infrastructure.support.spring

├─ io.spotnext.core.infrastructure.support.spring.BooleanConverter.class - [JAR]

├─ io.spotnext.core.infrastructure.support.spring.BuildInfo.class - [JAR]

├─ io.spotnext.core.infrastructure.support.spring.HierarchyAwareEventListenerMethodProcessor.class - [JAR]

├─ io.spotnext.core.infrastructure.support.spring.PostConstructor.class - [JAR]

├─ io.spotnext.core.infrastructure.support.spring.Registry.class - [JAR]

io.spotnext.core.persistence.query

├─ io.spotnext.core.persistence.query.Condition.class - [JAR]

├─ io.spotnext.core.persistence.query.JpqlQuery.class - [JAR]

├─ io.spotnext.core.persistence.query.LambdaQuery.class - [JAR]

├─ io.spotnext.core.persistence.query.ModelQuery.class - [JAR]

├─ io.spotnext.core.persistence.query.Pageable.class - [JAR]

├─ io.spotnext.core.persistence.query.Queries.class - [JAR]

├─ io.spotnext.core.persistence.query.Query.class - [JAR]

├─ io.spotnext.core.persistence.query.QueryCondition.class - [JAR]

├─ io.spotnext.core.persistence.query.QueryResult.class - [JAR]

├─ io.spotnext.core.persistence.query.SortOrder.class - [JAR]

io.spotnext.core.persistence.cache

├─ io.spotnext.core.persistence.cache.CacheRegion.class - [JAR]

io.spotnext.core.infrastructure.resolver.impex

├─ io.spotnext.core.infrastructure.resolver.impex.ImpexValueResolver.class - [JAR]

io.spotnext.itemtype.core.beans

├─ io.spotnext.itemtype.core.beans.CronJobData.class - [JAR]

├─ io.spotnext.itemtype.core.beans.ImportConfiguration.class - [JAR]

├─ io.spotnext.itemtype.core.beans.SerializationConfiguration.class - [JAR]

├─ io.spotnext.itemtype.core.beans.UserData.class - [JAR]

io.spotnext.core.persistence.exception

├─ io.spotnext.core.persistence.exception.CannotCreateModelProxyException.class - [JAR]

├─ io.spotnext.core.persistence.exception.ModelNotUniqueException.class - [JAR]

├─ io.spotnext.core.persistence.exception.PersistenceStorageException.class - [JAR]

├─ io.spotnext.core.persistence.exception.QueryException.class - [JAR]

├─ io.spotnext.core.persistence.exception.SequenceAccessException.class - [JAR]

├─ io.spotnext.core.persistence.exception.SerialNumberGeneratorException.class - [JAR]

io.spotnext.core.persistence.hibernate.impl

├─ io.spotnext.core.persistence.hibernate.impl.FixedForeignKeyExporter.class - [JAR]

├─ io.spotnext.core.persistence.hibernate.impl.FixedIndexExporter.class - [JAR]

├─ io.spotnext.core.persistence.hibernate.impl.H2Dialect.class - [JAR]

├─ io.spotnext.core.persistence.hibernate.impl.HibernatePersistenceProviderImpl.class - [JAR]

├─ io.spotnext.core.persistence.hibernate.impl.HibernatePersistenceService.class - [JAR]

├─ io.spotnext.core.persistence.hibernate.impl.HibernateSequenceGenerator.class - [JAR]

├─ io.spotnext.core.persistence.hibernate.impl.HibernateSessionFactoryBean.class - [JAR]

├─ io.spotnext.core.persistence.hibernate.impl.HsqlDialect.class - [JAR]

├─ io.spotnext.core.persistence.hibernate.impl.MetadataExtractorIntegrator.class - [JAR]

├─ io.spotnext.core.persistence.hibernate.impl.MysqlDialect.class - [JAR]

├─ io.spotnext.core.persistence.hibernate.impl.TypeServicePersistenceUnitPostProcessor.class - [JAR]

io.spotnext.itemtype.core.user

├─ io.spotnext.itemtype.core.user.Address.class - [JAR]

├─ io.spotnext.itemtype.core.user.AddressType.class - [JAR]

├─ io.spotnext.itemtype.core.user.ContactDetailsType.class - [JAR]

├─ io.spotnext.itemtype.core.user.Principal.class - [JAR]

├─ io.spotnext.itemtype.core.user.PrincipalGroup.class - [JAR]

├─ io.spotnext.itemtype.core.user.User.class - [JAR]

├─ io.spotnext.itemtype.core.user.UserAddress.class - [JAR]

├─ io.spotnext.itemtype.core.user.UserGroup.class - [JAR]

io.spotnext.itemtype.core.media

├─ io.spotnext.itemtype.core.media.AbstractMedia.class - [JAR]

├─ io.spotnext.itemtype.core.media.FileMedia.class - [JAR]

├─ io.spotnext.itemtype.core.media.Media.class - [JAR]

├─ io.spotnext.itemtype.core.media.MediaContainer.class - [JAR]

io.spotnext.core.infrastructure.exception

├─ io.spotnext.core.infrastructure.exception.AbstractModelException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.AuthenticationException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.BootstrapException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.CannotCreateUserException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.DeserializationException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.ImpexImportException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.ImpexValidationException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.ImportException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.ItemInterceptorException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.ModelCreationException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.ModelNotFoundException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.ModelSaveException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.ModelValidationException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.ModuleInitializationException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.PropertyNotAccessibleException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.SerializationException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.UnknownTypeException.class - [JAR]

├─ io.spotnext.core.infrastructure.exception.ValueResolverException.class - [JAR]

io.spotnext.core.infrastructure.service.impl

├─ io.spotnext.core.infrastructure.service.impl.AbstractModelService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.AbstractService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.BeanAware.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.DefaultConfigurationService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.DefaultEventService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.DefaultI18nService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.DefaultImportService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.DefaultL10nService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.DefaultModelService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.DefaultSerializationService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.DefaultSessionService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.DefaultTypeService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.DefaultUserService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.DefaultValidationService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.DummyAccessControlService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.RemoteHttpEndpointHandlerService.class - [JAR]

├─ io.spotnext.core.infrastructure.service.impl.RemoteModelService.class - [JAR]

io.spotnext.core.security.strategy.impl

├─ io.spotnext.core.security.strategy.impl.MD5PasswordEncryptionStrategy.class - [JAR]

io.spotnext.itemtype.core.scheduling

├─ io.spotnext.itemtype.core.scheduling.AbstractCronJob.class - [JAR]

├─ io.spotnext.itemtype.core.scheduling.CronJobTrigger.class - [JAR]

├─ io.spotnext.itemtype.core.scheduling.NoopCronJob.class - [JAR]

io.spotnext.core.management.service

├─ io.spotnext.core.management.service.ManagableService.class - [JAR]

├─ io.spotnext.core.management.service.RemoteInterfaceServiceEndpoint.class - [JAR]

io.spotnext.core.persistence.service.impl

├─ io.spotnext.core.persistence.service.impl.AbstractPersistenceService.class - [JAR]

├─ io.spotnext.core.persistence.service.impl.DefaultLambdaQueryTranslationService.class - [JAR]

├─ io.spotnext.core.persistence.service.impl.DefaultQueryService.class - [JAR]

├─ io.spotnext.core.persistence.service.impl.DefaultTransactionService.class - [JAR]

io.spotnext.core.infrastructure.strategy.impl

├─ io.spotnext.core.infrastructure.strategy.impl.AbstractJacksonSerializationStrategy.class - [JAR]

├─ io.spotnext.core.infrastructure.strategy.impl.DefaultImpexImportStrategy.class - [JAR]

├─ io.spotnext.core.infrastructure.strategy.impl.DefaultJsonSerializationStrategy.class - [JAR]

├─ io.spotnext.core.infrastructure.strategy.impl.DefaultXmlSerializationStrategy.class - [JAR]

io.spotnext.core.infrastructure.support.init

├─ io.spotnext.core.infrastructure.support.init.ModuleInit.class - [JAR]

io.spotnext.itemtype.core.configuration

├─ io.spotnext.itemtype.core.configuration.ConfigEntry.class - [JAR]

├─ io.spotnext.itemtype.core.configuration.Configuration.class - [JAR]

io.spotnext.itemtype.core.enumeration

├─ io.spotnext.itemtype.core.enumeration.ApprovalStatus.class - [JAR]

├─ io.spotnext.itemtype.core.enumeration.CronJobResult.class - [JAR]

├─ io.spotnext.itemtype.core.enumeration.CronJobStatus.class - [JAR]

├─ io.spotnext.itemtype.core.enumeration.DataFormat.class - [JAR]

├─ io.spotnext.itemtype.core.enumeration.SearchOperator.class - [JAR]

├─ io.spotnext.itemtype.core.enumeration.SortOrder.class - [JAR]

├─ io.spotnext.itemtype.core.enumeration.UserRole.class - [JAR]

io.spotnext.core.infrastructure.support

├─ io.spotnext.core.infrastructure.support.HttpHeader.class - [JAR]

├─ io.spotnext.core.infrastructure.support.HttpRequestHolder.class - [JAR]

├─ io.spotnext.core.infrastructure.support.ItemInterceptorRegistry.class - [JAR]

├─ io.spotnext.core.infrastructure.support.LogLevel.class - [JAR]

├─ io.spotnext.core.infrastructure.support.Logger.class - [JAR]

├─ io.spotnext.core.infrastructure.support.MappingRegistry.class - [JAR]

├─ io.spotnext.core.infrastructure.support.MimeType.class - [JAR]

Advertisement

Dependencies from Group

May 14, 2019
11 usages
14 stars
Sep 13, 2018
8 usages
14 stars
May 14, 2019
5 usages
14 stars
May 14, 2019
4 usages
14 stars
May 14, 2019
3 usages
14 stars

Discover Dependencies

aop
Dec 19, 2018
7 usages
5.9k stars
Feb 14, 2023
23 usages
21.1k stars
Sep 25, 2021
6 usages
8.8k stars
Jun 16, 2019
6 usages
90 stars
Jun 11, 2019
8 usages
255 stars
Jun 11, 2019
6 usages
255 stars
Jun 11, 2019
7 usages
255 stars
Jun 11, 2019
7 usages
255 stars
Apr 10, 2019
20 usages
Jul 04, 2023
6 usages
400 stars