jar

org.defendev : common-jdk

Maven & Gradle

May 23, 2023
0 stars

org.defendev:common-jdk · Common utils purely based on JDK and no other dependencies. Only exception being for org.jetbrains:annotations for building stratgic Kotlin language compatibility.Another only-exception is Apache Commons Lang3.

Table Of Contents

Latest Version

Download org.defendev : common-jdk JAR file - Latest Versions:

All Versions

Download org.defendev : common-jdk 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 common-jdk-0.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.defendev.common.domain.useridentity

├─ org.defendev.common.domain.useridentity.IOwnedBy.class - [JAR]

org.defendev.common.domain.resrep

├─ org.defendev.common.domain.resrep.CollectionMeta.class - [JAR]

├─ org.defendev.common.domain.resrep.IBaseDto.class - [JAR]

├─ org.defendev.common.domain.resrep.ICollectionMeta.class - [JAR]

├─ org.defendev.common.domain.resrep.ICollectionResRep.class - [JAR]

org.defendev.common.infra

├─ org.defendev.common.infra.ExternalIdConverter.class - [JAR]

org.defendev.common.domain.useridentity.service.dto

├─ org.defendev.common.domain.useridentity.service.dto.AuthenticationDto.class - [JAR]

├─ org.defendev.common.domain.useridentity.service.dto.GrantedAuthorityDto.class - [JAR]

├─ org.defendev.common.domain.useridentity.service.dto.IAuthenticationDto.class - [JAR]

├─ org.defendev.common.domain.useridentity.service.dto.IGrantedAuthorityDto.class - [JAR]

├─ org.defendev.common.domain.useridentity.service.dto.ISecurityContextDto.class - [JAR]

├─ org.defendev.common.domain.useridentity.service.dto.IUserDetailsDto.class - [JAR]

├─ org.defendev.common.domain.useridentity.service.dto.SecurityContextDto.class - [JAR]

├─ org.defendev.common.domain.useridentity.service.dto.UserDetailsDto.class - [JAR]

org.defendev.common.domain.query.sort

├─ org.defendev.common.domain.query.sort.SortDirection.class - [JAR]

├─ org.defendev.common.domain.query.sort.SortOrder.class - [JAR]

org.defendev.common.domain.query.filter

├─ org.defendev.common.domain.query.filter.DateTimePropertyFilter.class - [JAR]

├─ org.defendev.common.domain.query.filter.Filter.class - [JAR]

├─ org.defendev.common.domain.query.filter.NumberPropertyFilter.class - [JAR]

├─ org.defendev.common.domain.query.filter.Operator.class - [JAR]

├─ org.defendev.common.domain.query.filter.PropertyFilter.class - [JAR]

├─ org.defendev.common.domain.query.filter.TextPropertyFilter.class - [JAR]

org.defendev.common.domain.useridentity.service.api

├─ org.defendev.common.domain.useridentity.service.api.IDiscloseSecurityContextService.class - [JAR]

org.defendev.common.domain.exception

├─ org.defendev.common.domain.exception.QueryValidationException.class - [JAR]

org.defendev.common.net.ssl

├─ org.defendev.common.net.ssl.HostnameVerifierFactory.class - [JAR]

├─ org.defendev.common.net.ssl.LaxHostnameVerifier.class - [JAR]

├─ org.defendev.common.net.ssl.LaxX509TrustManager.class - [JAR]

├─ org.defendev.common.net.ssl.SSLContextFactory.class - [JAR]

org.defendev.common.domain

├─ org.defendev.common.domain.HasId.class - [JAR]

org.defendev.common.time

├─ org.defendev.common.time.TimeUtil.class - [JAR]

org.defendev.common.stream

├─ org.defendev.common.stream.Streams.class - [JAR]

org.defendev.common.domain.query.result

├─ org.defendev.common.domain.query.result.QueryResult.class - [JAR]

org.defendev.common.domain.query

├─ org.defendev.common.domain.query.Query.class - [JAR]

├─ org.defendev.common.domain.query.QueryExternalId.class - [JAR]

├─ org.defendev.common.domain.query.QueryFilter.class - [JAR]

├─ org.defendev.common.domain.query.QueryOwnedBy.class - [JAR]

├─ org.defendev.common.domain.query.QueryPageable.class - [JAR]

├─ org.defendev.common.domain.query.QuerySearchPhrase.class - [JAR]

├─ org.defendev.common.domain.query.QuerySort.class - [JAR]

Advertisement