jar

com.clearlydecoded : rest-commander

Maven & Gradle

Jul 02, 2018
14 stars

rest-commander · Send REST-based commands which are automatically wired to auto-discovered command handlers without losing compile-time strong Java typing, ensuring robustness of your code.

Table Of Contents

Latest Version

Download com.clearlydecoded : rest-commander JAR file - Latest Versions:

All Versions

Download com.clearlydecoded : rest-commander 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 rest-commander-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.clearlydecoded.commander.discovery

├─ com.clearlydecoded.commander.discovery.CommandHandlerDiscoverer.class - [JAR]

├─ com.clearlydecoded.commander.discovery.CommandHandlerVerifier.class - [JAR]

├─ com.clearlydecoded.commander.discovery.SpringCommandHandlerDiscoverer.class - [JAR]

├─ com.clearlydecoded.commander.discovery.SpringCommandHandlerRegistryFactory.class - [JAR]

com.clearlydecoded.commander.rest

├─ com.clearlydecoded.commander.rest.CommandWithJustType.class - [JAR]

├─ com.clearlydecoded.commander.rest.SpringRestCommander.class - [JAR]

com.clearlydecoded.commander

├─ com.clearlydecoded.commander.Command.class - [JAR]

├─ com.clearlydecoded.commander.CommandHandler.class - [JAR]

├─ com.clearlydecoded.commander.CommandHandlerRegistry.class - [JAR]

├─ com.clearlydecoded.commander.CommandResponse.class - [JAR]

├─ com.clearlydecoded.commander.DefaultCommandHandlerRegistry.class - [JAR]

com.clearlydecoded.commander.documentation

├─ com.clearlydecoded.commander.documentation.RestCommandHandlerDocumentation.class - [JAR]

├─ com.clearlydecoded.commander.documentation.RestCommandHandlerDocumentationGenerator.class - [JAR]