jar

com.palantir.dialogue : dialogue-annotations-processor

Maven & Gradle

Aug 22, 2023
29 stars

dialogue-annotations-processor · Palantir open source project

Table Of Contents

Latest Version

Download com.palantir.dialogue : dialogue-annotations-processor JAR file - Latest Versions:

All Versions

Download com.palantir.dialogue : dialogue-annotations-processor JAR file - All Versions:

Version Vulnerabilities Size Updated
3.91.x
3.90.x
3.89.x
3.88.x
3.86.x
3.85.x
3.84.x
3.83.x
3.82.x
3.81.x
3.80.x
3.79.x
3.78.x
3.77.x
3.76.x
3.75.x
3.74.x
3.73.x
3.72.x
3.71.x
3.70.x
3.69.x
3.68.x
3.67.x
3.66.x
3.65.x
3.64.x
3.63.x
3.62.x
3.61.x
3.60.x
3.59.x
3.58.x
3.57.x
3.56.x
3.55.x
3.54.x
3.53.x
3.52.x
3.51.x
3.50.x
3.49.x
3.48.x
3.47.x
3.46.x
3.45.x
3.44.x
3.43.x
3.42.x
3.41.x
3.40.x
3.39.x
3.38.x
3.37.x
3.36.x
3.35.x
3.34.x
3.33.x
3.32.x
3.31.x
3.30.x
3.29.x
3.28.x
3.27.x
3.26.x
3.25.x
3.24.x
3.23.x
3.22.x
3.21.x
3.20.x
3.19.x
3.18.x
3.17.x
3.16.x
3.15.x
3.14.x
3.13.x
3.12.x
3.11.x
3.10.x
3.9.x
3.8.x
3.7.x
3.6.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.11.x
2.10.x
2.9.x
2.8.x
2.7.x
2.6.x
2.5.x
2.3.x
2.1.x
2.0.x
1.135.x
1.134.x
1.133.x
1.132.x
1.131.x
1.130.x
1.129.x
1.128.x
1.127.x
1.126.x
1.125.x
1.124.x
1.123.x
1.122.x
1.121.x
1.120.x
1.118.x
1.117.x
1.116.x
1.115.x
1.114.x
1.113.x
1.112.x
1.111.x
1.110.x
1.109.x
1.108.x
1.107.x
1.106.x
1.105.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 dialogue-annotations-processor-3.91.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.palantir.dialogue.annotations.processor.generate

├─ com.palantir.dialogue.annotations.processor.generate.DialogueServiceFactoryGenerator.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.generate.EndpointsEnumGenerator.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.generate.ServiceImplementationGenerator.class - [JAR]

com.palantir.dialogue.annotations.processor.data

├─ com.palantir.dialogue.annotations.processor.data.AnnotationReflector.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ArgumentDefinition.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ArgumentName.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ArgumentType.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ArgumentTypes.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ArgumentTypesResolver.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.CaseFormats.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.EncoderTypes.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.EndpointDefinition.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.EndpointDefinitions.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.EndpointName.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.HttpPath.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.HttpPathParser.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.HttpPathSegment.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.HttpPathSegments.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ImmutableAnnotationReflector.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ImmutableArgumentDefinition.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ImmutableArgumentName.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ImmutableEndpointDefinition.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ImmutableEndpointName.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ImmutableHttpPath.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ImmutableOptionalType.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ImmutableParameterEncoderType.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ImmutableReturnType.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ImmutableServiceDefinition.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ImmutableType.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.InstanceVariables.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ParamTypesResolver.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ParameterEncoderType.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ParameterType.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ParameterTypes.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ResolverContext.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ReturnType.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ReturnTypesResolver.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.ServiceDefinition.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.StagedBuilder.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.data.Type.class - [JAR]

com.palantir.dialogue.annotations.processor

├─ com.palantir.dialogue.annotations.processor.DialogueRequestAnnotationsProcessor.class - [JAR]

├─ com.palantir.dialogue.annotations.processor.ErrorContext.class - [JAR]

Advertisement

Dependencies from Group

Aug 22, 2023
105 usages
29 stars
Aug 22, 2023
100 usages
29 stars
Aug 22, 2023
100 usages
29 stars
Aug 22, 2023
100 usages
29 stars
Aug 22, 2023
99 usages
29 stars

Discover Dependencies

Aug 22, 2023
1 usages
29 stars
Aug 24, 2023
3 usages
54 stars
Aug 24, 2023
2 usages
54 stars
Aug 24, 2023
12 usages
54 stars
Aug 24, 2023
3 usages
54 stars
Aug 24, 2023
2 usages
54 stars
Aug 24, 2023
6 usages
54 stars