jar

com.github.restup : up-core

Maven & Gradle

Jan 13, 2021
3 usages
2 stars

Up! :: core

Table Of Contents

Latest Version

Download com.github.restup : up-core JAR file - Latest Versions:

All Versions

Download com.github.restup : up-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 up-core-0.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.restup.mapping.fields.composition

├─ com.github.restup.mapping.fields.composition.AbstractBasicRelation.class - [JAR]

├─ com.github.restup.mapping.fields.composition.BasicCaseSensitivity.class - [JAR]

├─ com.github.restup.mapping.fields.composition.BasicIdentifier.class - [JAR]

├─ com.github.restup.mapping.fields.composition.BasicImmutability.class - [JAR]

├─ com.github.restup.mapping.fields.composition.BasicNamedRelation.class - [JAR]

├─ com.github.restup.mapping.fields.composition.BasicTypedRelation.class - [JAR]

├─ com.github.restup.mapping.fields.composition.CaseSensitivity.class - [JAR]

├─ com.github.restup.mapping.fields.composition.Identifier.class - [JAR]

├─ com.github.restup.mapping.fields.composition.Immutability.class - [JAR]

├─ com.github.restup.mapping.fields.composition.MapField.class - [JAR]

├─ com.github.restup.mapping.fields.composition.ReflectMappedField.class - [JAR]

├─ com.github.restup.mapping.fields.composition.ReflectMappedMethod.class - [JAR]

├─ com.github.restup.mapping.fields.composition.ReflectReadableMappedMethod.class - [JAR]

├─ com.github.restup.mapping.fields.composition.ReflectWritableMappedMethod.class - [JAR]

├─ com.github.restup.mapping.fields.composition.Relation.class - [JAR]

com.github.restup.path

├─ com.github.restup.path.AllResourcePathsProvider.class - [JAR]

├─ com.github.restup.path.ConstantPathValue.class - [JAR]

├─ com.github.restup.path.DataPathValue.class - [JAR]

├─ com.github.restup.path.EmbeddedFieldPathValue.class - [JAR]

├─ com.github.restup.path.EmbeddedResourcePathValue.class - [JAR]

├─ com.github.restup.path.EmptyResourcePathsProvider.class - [JAR]

├─ com.github.restup.path.IndexPathValue.class - [JAR]

├─ com.github.restup.path.InvalidPathValue.class - [JAR]

├─ com.github.restup.path.MappedFieldPathValue.class - [JAR]

├─ com.github.restup.path.PathValue.class - [JAR]

├─ com.github.restup.path.ResourcePath.class - [JAR]

├─ com.github.restup.path.ResourcePathsProvider.class - [JAR]

com.github.restup.service.filters

├─ com.github.restup.service.filters.BulkOperationByQueryFilter.class - [JAR]

├─ com.github.restup.service.filters.CaseInsensitiveSearchFieldFilter.class - [JAR]

├─ com.github.restup.service.filters.ImmutableFieldValidationFilter.class - [JAR]

├─ com.github.restup.service.filters.IncludeFilter.class - [JAR]

├─ com.github.restup.service.filters.JavaxValidationFilter.class - [JAR]

├─ com.github.restup.service.filters.NotFoundFilter.class - [JAR]

├─ com.github.restup.service.filters.RelationshipValidationFilter.class - [JAR]

├─ com.github.restup.service.filters.SequencedIdValidationFilter.class - [JAR]

com.github.restup.service.model.response

├─ com.github.restup.service.model.response.AbstractBasicResourceResult.class - [JAR]

├─ com.github.restup.service.model.response.BasicListResult.class - [JAR]

├─ com.github.restup.service.model.response.BasicPagedResult.class - [JAR]

├─ com.github.restup.service.model.response.BasicPersistenceResult.class - [JAR]

├─ com.github.restup.service.model.response.BasicReadResult.class - [JAR]

├─ com.github.restup.service.model.response.BasicRelatedResourceResult.class - [JAR]

├─ com.github.restup.service.model.response.PagedResult.class - [JAR]

├─ com.github.restup.service.model.response.PersistenceResult.class - [JAR]

├─ com.github.restup.service.model.response.ReadResult.class - [JAR]

├─ com.github.restup.service.model.response.RelatedResourceResult.class - [JAR]

├─ com.github.restup.service.model.response.ResourceResult.class - [JAR]

├─ com.github.restup.service.model.response.ResourceResultConverter.class - [JAR]

├─ com.github.restup.service.model.response.ResourceResultConverterFactory.class - [JAR]

com.github.restup.repository

├─ com.github.restup.repository.AnnotatedResourceRepository.class - [JAR]

├─ com.github.restup.repository.CrudRepository.class - [JAR]

├─ com.github.restup.repository.DefaultBulkRepository.class - [JAR]

├─ com.github.restup.repository.Repository.class - [JAR]

├─ com.github.restup.repository.RepositoryFactory.class - [JAR]

├─ com.github.restup.repository.ResourceRepository.class - [JAR]

├─ com.github.restup.repository.ResourceRepositoryOperations.class - [JAR]

com.github.restup.mapping.fields

├─ com.github.restup.mapping.fields.BasicIterableField.class - [JAR]

├─ com.github.restup.mapping.fields.BasicMappedField.class - [JAR]

├─ com.github.restup.mapping.fields.DeclaredBy.class - [JAR]

├─ com.github.restup.mapping.fields.DefaultMappedFieldFactory.class - [JAR]

├─ com.github.restup.mapping.fields.IterableField.class - [JAR]

├─ com.github.restup.mapping.fields.MappedField.class - [JAR]

├─ com.github.restup.mapping.fields.MappedFieldBuilderVisitor.class - [JAR]

├─ com.github.restup.mapping.fields.MappedFieldFactory.class - [JAR]

├─ com.github.restup.mapping.fields.ReadWriteField.class - [JAR]

├─ com.github.restup.mapping.fields.ReadableField.class - [JAR]

├─ com.github.restup.mapping.fields.RegistryProvider.class - [JAR]

├─ com.github.restup.mapping.fields.WritableField.class - [JAR]

com.github.restup

├─ com.github.restup.ResourceRegistryBuilderDecorator.class - [JAR]

com.github.restup.bind.param

├─ com.github.restup.bind.param.NoOpParameterProvider.class - [JAR]

├─ com.github.restup.bind.param.ParameterProvider.class - [JAR]

com.github.restup.util

├─ com.github.restup.util.Assert.class - [JAR]

├─ com.github.restup.util.ReflectionUtils.class - [JAR]

├─ com.github.restup.util.Streams.class - [JAR]

├─ com.github.restup.util.UpUtils.class - [JAR]

com.github.restup.resource.operations

├─ com.github.restup.resource.operations.BulkCreatableResource.class - [JAR]

├─ com.github.restup.resource.operations.BulkDeletableResource.class - [JAR]

├─ com.github.restup.resource.operations.BulkUpdatableResource.class - [JAR]

├─ com.github.restup.resource.operations.CreatableResource.class - [JAR]

├─ com.github.restup.resource.operations.DeletableByQueryResource.class - [JAR]

├─ com.github.restup.resource.operations.DeletableResource.class - [JAR]

├─ com.github.restup.resource.operations.ListableResource.class - [JAR]

├─ com.github.restup.resource.operations.ReadableResource.class - [JAR]

├─ com.github.restup.resource.operations.UpdatableByQueryResource.class - [JAR]

├─ com.github.restup.resource.operations.UpdatableResource.class - [JAR]

com.github.restup.registry

├─ com.github.restup.registry.BasicResource.class - [JAR]

├─ com.github.restup.registry.BasicResourceRelationship.class - [JAR]

├─ com.github.restup.registry.DefaultResourceRegistry.class - [JAR]

├─ com.github.restup.registry.Resource.class - [JAR]

├─ com.github.restup.registry.ResourceRegistry.class - [JAR]

├─ com.github.restup.registry.ResourceRegistryRepository.class - [JAR]

├─ com.github.restup.registry.ResourceRelationship.class - [JAR]

com.github.restup.mapping.fields.visitors

├─ com.github.restup.mapping.fields.visitors.IdentityByConventionMappedFieldBuilderVisitor.class - [JAR]

├─ com.github.restup.mapping.fields.visitors.JacksonMappedFieldBuilderVisitor.class - [JAR]

com.github.restup.repository.collections

├─ com.github.restup.repository.collections.IdentityStrategy.class - [JAR]

├─ com.github.restup.repository.collections.IntegerIdentityStrategy.class - [JAR]

├─ com.github.restup.repository.collections.LongIdentityStrategy.class - [JAR]

├─ com.github.restup.repository.collections.MapBackedRepository.class - [JAR]

├─ com.github.restup.repository.collections.MapBackedRepositoryFactory.class - [JAR]

├─ com.github.restup.repository.collections.StringIdentityStrategy.class - [JAR]

com.github.restup.errors

├─ com.github.restup.errors.BasicErrors.class - [JAR]

├─ com.github.restup.errors.BasicParameterError.class - [JAR]

├─ com.github.restup.errors.BasicRequestError.class - [JAR]

├─ com.github.restup.errors.DebugRequestError.class - [JAR]

├─ com.github.restup.errors.DefaultErrorFactory.class - [JAR]

├─ com.github.restup.errors.ErrorCode.class - [JAR]

├─ com.github.restup.errors.ErrorFactory.class - [JAR]

├─ com.github.restup.errors.ErrorSource.class - [JAR]

├─ com.github.restup.errors.Errors.class - [JAR]

├─ com.github.restup.errors.ParameterError.class - [JAR]

├─ com.github.restup.errors.RequestError.class - [JAR]

├─ com.github.restup.errors.RequestErrorException.class - [JAR]

├─ com.github.restup.errors.StatusCode.class - [JAR]

com.github.restup.query.criteria

├─ com.github.restup.query.criteria.AndCriteria.class - [JAR]

├─ com.github.restup.query.criteria.ListCriteria.class - [JAR]

├─ com.github.restup.query.criteria.OrCriteria.class - [JAR]

├─ com.github.restup.query.criteria.ResourcePathFilter.class - [JAR]

├─ com.github.restup.query.criteria.ResourceQueryCriteria.class - [JAR]

com.github.restup.registry.settings

├─ com.github.restup.registry.settings.AbstractMethodAccessBuilder.class - [JAR]

├─ com.github.restup.registry.settings.AutoDetectConstants.class - [JAR]

├─ com.github.restup.registry.settings.BasicControllerMethodAccess.class - [JAR]

├─ com.github.restup.registry.settings.BasicMethodAccess.class - [JAR]

├─ com.github.restup.registry.settings.BasicRegistrySettings.class - [JAR]

├─ com.github.restup.registry.settings.BasicServiceMethodAccess.class - [JAR]

├─ com.github.restup.registry.settings.ControllerMethodAccess.class - [JAR]

├─ com.github.restup.registry.settings.DefaultResourceRegistryRepository.class - [JAR]

├─ com.github.restup.registry.settings.MethodAccess.class - [JAR]

├─ com.github.restup.registry.settings.RegistryOperations.class - [JAR]

├─ com.github.restup.registry.settings.RegistrySettings.class - [JAR]

├─ com.github.restup.registry.settings.ServiceMethodAccess.class - [JAR]

com.github.restup.service.model

├─ com.github.restup.service.model.Identified.class - [JAR]

├─ com.github.restup.service.model.ResourceData.class - [JAR]

com.github.restup.service.model.request

├─ com.github.restup.service.model.request.AbstractPersistenceRequest.class - [JAR]

├─ com.github.restup.service.model.request.AbstractRequest.class - [JAR]

├─ com.github.restup.service.model.request.BasicCreateRequest.class - [JAR]

├─ com.github.restup.service.model.request.BasicDeleteRequest.class - [JAR]

├─ com.github.restup.service.model.request.BasicListRequest.class - [JAR]

├─ com.github.restup.service.model.request.BasicReadRequest.class - [JAR]

├─ com.github.restup.service.model.request.BasicUpdateRequest.class - [JAR]

├─ com.github.restup.service.model.request.BulkRequest.class - [JAR]

├─ com.github.restup.service.model.request.CreateRequest.class - [JAR]

├─ com.github.restup.service.model.request.DefaultRequestObjectFactory.class - [JAR]

├─ com.github.restup.service.model.request.DeleteRequest.class - [JAR]

├─ com.github.restup.service.model.request.ListRequest.class - [JAR]

├─ com.github.restup.service.model.request.PersistenceRequest.class - [JAR]

├─ com.github.restup.service.model.request.QueryRequest.class - [JAR]

├─ com.github.restup.service.model.request.ReadRequest.class - [JAR]

├─ com.github.restup.service.model.request.RequestObjectFactory.class - [JAR]

├─ com.github.restup.service.model.request.ResourceRequest.class - [JAR]

├─ com.github.restup.service.model.request.UpdateRequest.class - [JAR]

com.github.restup.query

├─ com.github.restup.query.AbstractResourceQueryStatement.class - [JAR]

├─ com.github.restup.query.BasicPagination.class - [JAR]

├─ com.github.restup.query.BasicResourceSort.class - [JAR]

├─ com.github.restup.query.Pagination.class - [JAR]

├─ com.github.restup.query.PreparedResourceQueryStatement.class - [JAR]

├─ com.github.restup.query.ResourceQuery.class - [JAR]

├─ com.github.restup.query.ResourceQueryDefaults.class - [JAR]

├─ com.github.restup.query.ResourceQueryStatement.class - [JAR]

├─ com.github.restup.query.ResourceSort.class - [JAR]

com.github.restup.bind.converter

├─ com.github.restup.bind.converter.ConversionUtils.class - [JAR]

├─ com.github.restup.bind.converter.ConverterFactory.class - [JAR]

├─ com.github.restup.bind.converter.DefaultConverterFactory.class - [JAR]

├─ com.github.restup.bind.converter.DefaultParameterConverterFactory.class - [JAR]

├─ com.github.restup.bind.converter.FunctionalParameterConverter.class - [JAR]

├─ com.github.restup.bind.converter.ParameterConverter.class - [JAR]

├─ com.github.restup.bind.converter.ParameterConverterFactory.class - [JAR]

├─ com.github.restup.bind.converter.StringToBooleanConverter.class - [JAR]

├─ com.github.restup.bind.converter.StringToDateConverter.class - [JAR]

├─ com.github.restup.bind.converter.StringToLocalDateTimeConverter.class - [JAR]

├─ com.github.restup.bind.converter.StringToZonedDateTimeConverter.class - [JAR]

com.github.restup.mapping

├─ com.github.restup.mapping.BasicMappedClass.class - [JAR]

├─ com.github.restup.mapping.DefaultMappedClassFactory.class - [JAR]

├─ com.github.restup.mapping.DefaultMappedFieldComparator.class - [JAR]

├─ com.github.restup.mapping.MappedClass.class - [JAR]

├─ com.github.restup.mapping.MappedClassFactory.class - [JAR]

├─ com.github.restup.mapping.MappedClassRegistry.class - [JAR]

├─ com.github.restup.mapping.PolymorphicMappedClass.class - [JAR]

├─ com.github.restup.mapping.UntypedClass.class - [JAR]

com.github.restup.service

├─ com.github.restup.service.AbstractIndexedVarArgsMethodCommand.class - [JAR]

├─ com.github.restup.service.AnnotatedFilterMethodCommand.class - [JAR]

├─ com.github.restup.service.AnnotatedOperationMethodCommand.class - [JAR]

├─ com.github.restup.service.AnnotatedRepositoryMethodCommand.class - [JAR]

├─ com.github.restup.service.AnnotatedService.class - [JAR]

├─ com.github.restup.service.DelegatingResourceService.class - [JAR]

├─ com.github.restup.service.FilterChainContext.class - [JAR]

├─ com.github.restup.service.FilterChainContextMethodCommand.class - [JAR]

├─ com.github.restup.service.FilteredService.class - [JAR]

├─ com.github.restup.service.FilteredServiceMethodCommand.class - [JAR]

├─ com.github.restup.service.IndexedVarArgsMethodCommand.class - [JAR]

├─ com.github.restup.service.LazyIndexedVarArgsMethodCommand.class - [JAR]

├─ com.github.restup.service.MethodArgumentsBuilder.class - [JAR]

├─ com.github.restup.service.MethodCommand.class - [JAR]

├─ com.github.restup.service.MethodCommandOperationFactory.class - [JAR]

├─ com.github.restup.service.MethodCommandOperations.class - [JAR]

├─ com.github.restup.service.OnCreateFilterMethodCommand.class - [JAR]

├─ com.github.restup.service.OnUpdateFilterMethodCommand.class - [JAR]

├─ com.github.restup.service.ResourceService.class - [JAR]

├─ com.github.restup.service.ResourceServiceOperations.class - [JAR]

├─ com.github.restup.service.ServiceFilter.class - [JAR]

├─ com.github.restup.service.UnsupportedMethodCommand.class - [JAR]

├─ com.github.restup.service.VarArgsMethodCommand.class - [JAR]

com.github.restup.bind

├─ com.github.restup.bind.DefaultMethodArgumentFactory.class - [JAR]

├─ com.github.restup.bind.MethodArgumentFactory.class - [JAR]

├─ com.github.restup.bind.SimpleMethodArgumentFactory.class - [JAR]

Advertisement