jar

net.krotscheck : kangaroo-common

Maven & Gradle

Jun 27, 2018
1 usages
7 stars

kangaroo-common · Common, reused utilities and Jersey2 features used in the various kangaroo servlets.

Table Of Contents

Latest Version

Download net.krotscheck : kangaroo-common JAR file - Latest Versions:

All Versions

Download net.krotscheck : kangaroo-common JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
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 kangaroo-common-1.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.krotscheck.kangaroo.common.hibernate.listener

├─ net.krotscheck.kangaroo.common.hibernate.listener.CreatedUpdatedListener.class - [JAR]

net.krotscheck.kangaroo.common.timedtasks

├─ net.krotscheck.kangaroo.common.timedtasks.RepeatingTask.class - [JAR]

├─ net.krotscheck.kangaroo.common.timedtasks.TimedTasksFeature.class - [JAR]

├─ net.krotscheck.kangaroo.common.timedtasks.TimedTasksLifecycleListener.class - [JAR]

net.krotscheck.kangaroo.common.hibernate

├─ net.krotscheck.kangaroo.common.hibernate.HibernateFeature.class - [JAR]

net.krotscheck.kangaroo.common.exception

├─ net.krotscheck.kangaroo.common.exception.ErrorResponseBuilder.class - [JAR]

├─ net.krotscheck.kangaroo.common.exception.ExceptionFeature.class - [JAR]

├─ net.krotscheck.kangaroo.common.exception.KangarooException.class - [JAR]

net.krotscheck.kangaroo.server

├─ net.krotscheck.kangaroo.server.Config.class - [JAR]

├─ net.krotscheck.kangaroo.server.ConfigurationBuilder.class - [JAR]

├─ net.krotscheck.kangaroo.server.HtmlApplicationHttpHandler.class - [JAR]

├─ net.krotscheck.kangaroo.server.KangarooErrorPageGenerator.class - [JAR]

├─ net.krotscheck.kangaroo.server.SecurityHeaders.class - [JAR]

├─ net.krotscheck.kangaroo.server.ServerFactory.class - [JAR]

net.krotscheck.kangaroo.common.swagger

├─ net.krotscheck.kangaroo.common.swagger.SwaggerContainerLifecycleListener.class - [JAR]

├─ net.krotscheck.kangaroo.common.swagger.SwaggerFeature.class - [JAR]

├─ net.krotscheck.kangaroo.common.swagger.SwaggerUIService.class - [JAR]

net.krotscheck.kangaroo.common.logging

├─ net.krotscheck.kangaroo.common.logging.HttpResponseLoggingFilter.class - [JAR]

├─ net.krotscheck.kangaroo.common.logging.LoggingFeature.class - [JAR]

net.krotscheck.kangaroo.common.httpClient

├─ net.krotscheck.kangaroo.common.httpClient.HttpClientFactory.class - [JAR]

├─ net.krotscheck.kangaroo.common.httpClient.HttpClientFeature.class - [JAR]

├─ net.krotscheck.kangaroo.common.httpClient.JerseyClientBuilderFactory.class - [JAR]

net.krotscheck.kangaroo.common.hibernate.lifecycle

├─ net.krotscheck.kangaroo.common.hibernate.lifecycle.SearchIndexContainerLifecycleListener.class - [JAR]

net.krotscheck.kangaroo.common.jackson.types

├─ net.krotscheck.kangaroo.common.jackson.types.Base16BigIntegerDeserializer.class - [JAR]

├─ net.krotscheck.kangaroo.common.jackson.types.Base16BigIntegerSerializer.class - [JAR]

├─ net.krotscheck.kangaroo.common.jackson.types.KangarooCustomTypesModule.class - [JAR]

├─ net.krotscheck.kangaroo.common.jackson.types.UnixTimestampDeserializer.class - [JAR]

├─ net.krotscheck.kangaroo.common.jackson.types.UnixTimestampSerializer.class - [JAR]

net.krotscheck.kangaroo.common.exception.mapper

├─ net.krotscheck.kangaroo.common.exception.mapper.JerseyExceptionMapper.class - [JAR]

├─ net.krotscheck.kangaroo.common.exception.mapper.JsonParseExceptionMapper.class - [JAR]

├─ net.krotscheck.kangaroo.common.exception.mapper.KangarooExceptionMapper.class - [JAR]

├─ net.krotscheck.kangaroo.common.exception.mapper.UnhandledExceptionMapper.class - [JAR]

net.krotscheck.kangaroo.common.hibernate.type

├─ net.krotscheck.kangaroo.common.hibernate.type.BigIntegerType.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.type.CalendarTimestampType.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.type.URIType.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.type.URITypeDescriptor.class - [JAR]

net.krotscheck.kangaroo.common.hibernate.config

├─ net.krotscheck.kangaroo.common.hibernate.config.HibernateConfiguration.class - [JAR]

net.krotscheck.kangaroo.common.hibernate.transaction

├─ net.krotscheck.kangaroo.common.hibernate.transaction.TransactionFilter.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.transaction.Transactional.class - [JAR]

net.krotscheck.kangaroo.server.keystore

├─ net.krotscheck.kangaroo.server.keystore.FSKeystoreProvider.class - [JAR]

├─ net.krotscheck.kangaroo.server.keystore.GeneratedKeystoreProvider.class - [JAR]

├─ net.krotscheck.kangaroo.server.keystore.IKeystoreProvider.class - [JAR]

net.krotscheck.kangaroo.common.hibernate.id

├─ net.krotscheck.kangaroo.common.hibernate.id.AbstractEntityReferenceDeserializer.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.id.Base16BigIntegerConverterProvider.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.id.IdUtil.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.id.MalformedIdException.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.id.SecureRandomIdGenerator.class - [JAR]

net.krotscheck.kangaroo.common.security

├─ net.krotscheck.kangaroo.common.security.CsrfProtectionFilter.class - [JAR]

├─ net.krotscheck.kangaroo.common.security.NoCSRFHeaderException.class - [JAR]

├─ net.krotscheck.kangaroo.common.security.SecurityFeature.class - [JAR]

├─ net.krotscheck.kangaroo.common.security.SecurityHeadersFilter.class - [JAR]

net.krotscheck.kangaroo.common.response

├─ net.krotscheck.kangaroo.common.response.ApiParam.class - [JAR]

├─ net.krotscheck.kangaroo.common.response.ListResponseBuilder.class - [JAR]

├─ net.krotscheck.kangaroo.common.response.ListResponseEntity.class - [JAR]

├─ net.krotscheck.kangaroo.common.response.SortOrder.class - [JAR]

net.krotscheck.kangaroo.common.cors

├─ net.krotscheck.kangaroo.common.cors.AllowedHeaders.class - [JAR]

├─ net.krotscheck.kangaroo.common.cors.AllowedMethods.class - [JAR]

├─ net.krotscheck.kangaroo.common.cors.CORSFeature.class - [JAR]

├─ net.krotscheck.kangaroo.common.cors.CORSFilter.class - [JAR]

├─ net.krotscheck.kangaroo.common.cors.ExposedHeaders.class - [JAR]

├─ net.krotscheck.kangaroo.common.cors.ICORSValidator.class - [JAR]

net.krotscheck.kangaroo.common.jackson

├─ net.krotscheck.kangaroo.common.jackson.JacksonFeature.class - [JAR]

├─ net.krotscheck.kangaroo.common.jackson.ObjectMapperFactory.class - [JAR]

net.krotscheck.kangaroo.common.hibernate.factory

├─ net.krotscheck.kangaroo.common.hibernate.factory.FulltextSearchFactoryFactory.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.factory.FulltextSessionFactory.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.factory.HibernateServiceRegistryFactory.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.factory.HibernateSessionFactory.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.factory.HibernateSessionFactoryFactory.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.factory.PooledDataSourceFactory.class - [JAR]

net.krotscheck.kangaroo.common.hibernate.migration

├─ net.krotscheck.kangaroo.common.hibernate.migration.DatabaseMigrationState.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.migration.LiquibaseMigration.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.migration.LiquibaseMigrationWatcher.class - [JAR]

net.krotscheck.kangaroo.common.hibernate.entity

├─ net.krotscheck.kangaroo.common.hibernate.entity.AbstractEntity.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.entity.ConfigurationEntry.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.entity.ICreatedDateEntity.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.entity.IModifiedDateEntity.class - [JAR]

net.krotscheck.kangaroo.common.hibernate.mapper

├─ net.krotscheck.kangaroo.common.hibernate.mapper.ConstraintViolationExceptionMapper.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.mapper.HibernateExceptionMapper.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.mapper.PersistenceExceptionMapper.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.mapper.PropertyValueExceptionMapper.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.mapper.QueryExceptionMapper.class - [JAR]

├─ net.krotscheck.kangaroo.common.hibernate.mapper.SearchExceptionMapper.class - [JAR]

net.krotscheck.kangaroo.common.config

├─ net.krotscheck.kangaroo.common.config.ConfigurationBinder.class - [JAR]

├─ net.krotscheck.kangaroo.common.config.ConfigurationFeature.class - [JAR]

├─ net.krotscheck.kangaroo.common.config.SystemConfiguration.class - [JAR]

net.krotscheck.kangaroo.util

├─ net.krotscheck.kangaroo.util.HttpUtil.class - [JAR]

├─ net.krotscheck.kangaroo.util.InvalidFieldException.class - [JAR]

├─ net.krotscheck.kangaroo.util.InvalidHostException.class - [JAR]

├─ net.krotscheck.kangaroo.util.ObjectUtil.class - [JAR]

├─ net.krotscheck.kangaroo.util.ParamUtil.class - [JAR]

├─ net.krotscheck.kangaroo.util.RequestUtil.class - [JAR]

├─ net.krotscheck.kangaroo.util.StringUtil.class - [JAR]

net.krotscheck.kangaroo.common.status

├─ net.krotscheck.kangaroo.common.status.PoweredByFilter.class - [JAR]

├─ net.krotscheck.kangaroo.common.status.StatusFeature.class - [JAR]

├─ net.krotscheck.kangaroo.common.status.StatusService.class - [JAR]

Advertisement