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 spring-social-botFramework-core-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.social.botFramework.util
├─ org.springframework.social.botFramework.util.CollectionUtils.class - [JAR]
org.springframework.social.botFramework.api.json
├─ org.springframework.social.botFramework.api.json.ActivityTypeDeserializer.class - [JAR]
├─ org.springframework.social.botFramework.api.json.ActivityTypeSerializer.class - [JAR]
├─ org.springframework.social.botFramework.api.json.CardTypeSerializer.class - [JAR]
org.springframework.social.botFramework.text.data
├─ org.springframework.social.botFramework.text.data.Quote.class - [JAR]
├─ org.springframework.social.botFramework.text.data.Text.class - [JAR]
├─ org.springframework.social.botFramework.text.data.TextPart.class - [JAR]
├─ org.springframework.social.botFramework.text.data.Wrap.class - [JAR]
org.springframework.social.botFramework.security
├─ org.springframework.social.botFramework.security.BotFrameworkAuthenticationService.class - [JAR]
org.springframework.social.botFramework.api.data.cards
├─ org.springframework.social.botFramework.api.data.cards.AbstractCard.class - [JAR]
├─ org.springframework.social.botFramework.api.data.cards.CardAction.class - [JAR]
├─ org.springframework.social.botFramework.api.data.cards.CardElement.class - [JAR]
├─ org.springframework.social.botFramework.api.data.cards.CardImage.class - [JAR]
├─ org.springframework.social.botFramework.api.data.cards.Fact.class - [JAR]
├─ org.springframework.social.botFramework.api.data.cards.HeroCard.class - [JAR]
├─ org.springframework.social.botFramework.api.data.cards.ReceiptCard.class - [JAR]
├─ org.springframework.social.botFramework.api.data.cards.ReceiptItem.class - [JAR]
├─ org.springframework.social.botFramework.api.data.cards.SignInCard.class - [JAR]
├─ org.springframework.social.botFramework.api.data.cards.ThumbnailCard.class - [JAR]
org.springframework.social.botFramework.api.impl
├─ org.springframework.social.botFramework.api.impl.BotFrameworkTemplate.class - [JAR]
org.springframework.social.botFramework.text.parser
├─ org.springframework.social.botFramework.text.parser.TextParser.class - [JAR]
org.springframework.social.botFramework.service
├─ org.springframework.social.botFramework.service.ActivityProcessorCallback.class - [JAR]
├─ org.springframework.social.botFramework.service.BotService.class - [JAR]
org.springframework.social.botFramework.api.data
├─ org.springframework.social.botFramework.api.data.Activity.class - [JAR]
├─ org.springframework.social.botFramework.api.data.Attachment.class - [JAR]
├─ org.springframework.social.botFramework.api.data.AttachmentData.class - [JAR]
├─ org.springframework.social.botFramework.api.data.AttachmentInfo.class - [JAR]
├─ org.springframework.social.botFramework.api.data.AttachmentView.class - [JAR]
├─ org.springframework.social.botFramework.api.data.BaseBotFrameworkMessage.class - [JAR]
├─ org.springframework.social.botFramework.api.data.BaseMessage.class - [JAR]
├─ org.springframework.social.botFramework.api.data.ChannelAccount.class - [JAR]
├─ org.springframework.social.botFramework.api.data.ConversationAccount.class - [JAR]
├─ org.springframework.social.botFramework.api.data.ConversationParameters.class - [JAR]
├─ org.springframework.social.botFramework.api.data.Entity.class - [JAR]
├─ org.springframework.social.botFramework.api.data.GeoCoordinates.class - [JAR]
├─ org.springframework.social.botFramework.api.data.Place.class - [JAR]
├─ org.springframework.social.botFramework.api.data.ResourceResponse.class - [JAR]
org.springframework.social.botFramework.connect
├─ org.springframework.social.botFramework.connect.BotFrameworkConnectionFactory.class - [JAR]
├─ org.springframework.social.botFramework.connect.BotFrameworkServiceProvider.class - [JAR]
org.springframework.social.botFramework.api.dict
├─ org.springframework.social.botFramework.api.dict.ActivityType.class - [JAR]
├─ org.springframework.social.botFramework.api.dict.AttachmentLayout.class - [JAR]
├─ org.springframework.social.botFramework.api.dict.CardActionType.class - [JAR]
├─ org.springframework.social.botFramework.api.dict.CardType.class - [JAR]
├─ org.springframework.social.botFramework.api.dict.TextFormat.class - [JAR]
org.springframework.social.botFramework.api
├─ org.springframework.social.botFramework.api.BotFramework.class - [JAR]
org.springframework.social.botFramework.service.impl
├─ org.springframework.social.botFramework.service.impl.BotServiceImpl.class - [JAR]
org.springframework.social.botFramework.text.dict
├─ org.springframework.social.botFramework.text.dict.Smiles.class - [JAR]
├─ org.springframework.social.botFramework.text.dict.WrapType.class - [JAR]
org.springframework.social.botFramework.text.builder
├─ org.springframework.social.botFramework.text.builder.TextBuilder.class - [JAR]