View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bot-framework-nlp-spring-boot-starter-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.botscrew.nlpclient.config
├─ com.botscrew.nlpclient.config.NlpClientConfiguration.class - [JAR]
├─ com.botscrew.nlpclient.config.NlpClientProperties.class - [JAR]
├─ com.botscrew.nlpclient.config.NlpClientRestTemplateConfiguration.class - [JAR]
com.botscrew.nlpclient.domain
├─ com.botscrew.nlpclient.domain.DialogFlowV1Credentials.class - [JAR]
├─ com.botscrew.nlpclient.domain.NlpProviderCredentials.class - [JAR]
├─ com.botscrew.nlpclient.domain.NlpResponse.class - [JAR]
com.botscrew.nlpclient.provider.dialogflow.v2.model
├─ com.botscrew.nlpclient.provider.dialogflow.v2.model.Intent.class - [JAR]
├─ com.botscrew.nlpclient.provider.dialogflow.v2.model.QueryResult.class - [JAR]
├─ com.botscrew.nlpclient.provider.dialogflow.v2.model.Response.class - [JAR]
com.botscrew.nlpclient.converter
├─ com.botscrew.nlpclient.converter.JsonElementToComplexTypeConverter.class - [JAR]
├─ com.botscrew.nlpclient.converter.JsonObjectToComplexTypeConverter.class - [JAR]
├─ com.botscrew.nlpclient.converter.JsonPrimitiveToDoubleConverter.class - [JAR]
├─ com.botscrew.nlpclient.converter.JsonPrimitiveToIntegerConverter.class - [JAR]
├─ com.botscrew.nlpclient.converter.JsonPrimitiveToLongConverter.class - [JAR]
├─ com.botscrew.nlpclient.converter.JsonPrimitiveToStringConverter.class - [JAR]
├─ com.botscrew.nlpclient.converter.ObjectNodeToComplexTypeConverter.class - [JAR]
├─ com.botscrew.nlpclient.converter.ObjectNodeToDoubleConverter.class - [JAR]
├─ com.botscrew.nlpclient.converter.ObjectNodeToIntegerConverter.class - [JAR]
├─ com.botscrew.nlpclient.converter.ObjectNodeToLongConverter.class - [JAR]
├─ com.botscrew.nlpclient.converter.ObjectNodeToStringConverter.class - [JAR]
com.botscrew.nlpclient.provider.dialogflow.v1.domain
├─ com.botscrew.nlpclient.provider.dialogflow.v1.domain.AIServiceContextImpl.class - [JAR]
com.botscrew.nlpclient.provider.dialogflow.v2.domain
├─ com.botscrew.nlpclient.provider.dialogflow.v2.domain.DialogFlowV2Credentials.class - [JAR]
├─ com.botscrew.nlpclient.provider.dialogflow.v2.domain.QueryInput.class - [JAR]
├─ com.botscrew.nlpclient.provider.dialogflow.v2.domain.QueryRequest.class - [JAR]
├─ com.botscrew.nlpclient.provider.dialogflow.v2.domain.TextInput.class - [JAR]
com.botscrew.nlpclient.provider.dialogflow.v2.config
├─ com.botscrew.nlpclient.provider.dialogflow.v2.config.DialogFlowV2Properties.class - [JAR]
com.botscrew.nlpclient.provider
├─ com.botscrew.nlpclient.provider.BotFrameworkNlpClient.class - [JAR]
├─ com.botscrew.nlpclient.provider.NlpClient.class - [JAR]
├─ com.botscrew.nlpclient.provider.NlpEngineAccessor.class - [JAR]
com.botscrew.nlpclient.exception
├─ com.botscrew.nlpclient.exception.NlpClientException.class - [JAR]
com.botscrew.nlpclient.provider.dialogflow.v1.config
├─ com.botscrew.nlpclient.provider.dialogflow.v1.config.DialogFlowV1Properties.class - [JAR]
com.botscrew.nlpclient.provider.dialogflow.v2
├─ com.botscrew.nlpclient.provider.dialogflow.v2.DialogFlowAccessor.class - [JAR]
com.botscrew.nlpclient.interceptor
├─ com.botscrew.nlpclient.interceptor.NlpAction.class - [JAR]
├─ com.botscrew.nlpclient.interceptor.NlpInterceptor.class - [JAR]
├─ com.botscrew.nlpclient.interceptor.PreNlpResponseProcessingAction.class - [JAR]
com.botscrew.nlpclient.provider.dialogflow.v1
├─ com.botscrew.nlpclient.provider.dialogflow.v1.DialogFlowAccessor.class - [JAR]
com.botscrew.nlpclient.provider.dialogflow.exception
├─ com.botscrew.nlpclient.provider.dialogflow.exception.DialogFlowException.class - [JAR]