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 jscrapper-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.brunomndantas.jscrapper.scrapper
├─ com.github.brunomndantas.jscrapper.scrapper.Scrapper.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.single.attribute.primitive
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.primitive.SinglePrimitiveBooleanAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.primitive.SinglePrimitiveByteAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.primitive.SinglePrimitiveCharacterAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.primitive.SinglePrimitiveDoubleAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.primitive.SinglePrimitiveFloatAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.primitive.SinglePrimitiveIntegerAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.primitive.SinglePrimitiveLongAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.primitive.SinglePrimitiveShortAttributeParser.class - [JAR]
com.github.brunomndantas.jscrapper.core.config
├─ com.github.brunomndantas.jscrapper.core.config.ClassConfig.class - [JAR]
├─ com.github.brunomndantas.jscrapper.core.config.FieldConfig.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.array
├─ com.github.brunomndantas.jscrapper.support.parser.array.ArrayParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.ArrayWebElementParser.class - [JAR]
com.github.brunomndantas.jscrapper.scrapper.config
├─ com.github.brunomndantas.jscrapper.scrapper.config.AnnotationClassConfig.class - [JAR]
├─ com.github.brunomndantas.jscrapper.scrapper.config.AnnotationFieldConfig.class - [JAR]
├─ com.github.brunomndantas.jscrapper.scrapper.config.ConfigBuilder.class - [JAR]
├─ com.github.brunomndantas.jscrapper.scrapper.config.DefaultClassConfig.class - [JAR]
├─ com.github.brunomndantas.jscrapper.scrapper.config.DefaultFieldConfig.class - [JAR]
com.github.brunomndantas.jscrapper.support.elementLoader
├─ com.github.brunomndantas.jscrapper.support.elementLoader.ClearElementLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.elementLoader.ClickElementLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.elementLoader.ComposedElementLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.elementLoader.DoubleClickElementLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.elementLoader.ElementLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.elementLoader.SendKeysElementLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.elementLoader.SubmitElementLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.elementLoader.WaitElementLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.elementLoader.WaitVisibleElementLoader.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.single.attribute
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.SingleAttributeParser.class - [JAR]
com.github.brunomndantas.jscrapper.support.urlSupplier
├─ com.github.brunomndantas.jscrapper.support.urlSupplier.FixedURLSupplier.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.urlSupplier.ParameterizedURLSupplier.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.urlSupplier.URLSupplier.class - [JAR]
com.github.brunomndantas.jscrapper.utils.webElement
├─ com.github.brunomndantas.jscrapper.utils.webElement.ComposedWebElement.class - [JAR]
├─ com.github.brunomndantas.jscrapper.utils.webElement.WaitWebElement.class - [JAR]
com.github.brunomndantas.jscrapper.core.elementLoader
├─ com.github.brunomndantas.jscrapper.core.elementLoader.ElementLoaderException.class - [JAR]
├─ com.github.brunomndantas.jscrapper.core.elementLoader.IElementLoader.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.single.text.reference
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.reference.SingleReferenceBooleanTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.reference.SingleReferenceByteTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.reference.SingleReferenceCharacterTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.reference.SingleReferenceDateTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.reference.SingleReferenceDoubleTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.reference.SingleReferenceFloatTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.reference.SingleReferenceIntegerTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.reference.SingleReferenceLongTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.reference.SingleReferenceShortTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.reference.SingleReferenceStringTextParser.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.collection.text
├─ com.github.brunomndantas.jscrapper.support.parser.collection.text.CollectionTextParser.class - [JAR]
com.github.brunomndantas.jscrapper.core.property
├─ com.github.brunomndantas.jscrapper.core.property.IProperty.class - [JAR]
├─ com.github.brunomndantas.jscrapper.core.property.PropertyException.class - [JAR]
com.github.brunomndantas.jscrapper.utils.webDriver
├─ com.github.brunomndantas.jscrapper.utils.webDriver.ComposedWebDriver.class - [JAR]
├─ com.github.brunomndantas.jscrapper.utils.webDriver.WaitWebDriver.class - [JAR]
com.github.brunomndantas.jscrapper.core.parser
├─ com.github.brunomndantas.jscrapper.core.parser.IParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.core.parser.ParserException.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.array.attribute.primitive
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.primitive.ArrayPrimitiveBooleanAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.primitive.ArrayPrimitiveByteAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.primitive.ArrayPrimitiveCharacterAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.primitive.ArrayPrimitiveDoubleAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.primitive.ArrayPrimitiveFloatAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.primitive.ArrayPrimitiveIntegerAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.primitive.ArrayPrimitiveLongAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.primitive.ArrayPrimitiveShortAttributeParser.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.collection
├─ com.github.brunomndantas.jscrapper.support.parser.collection.CollectionParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.CollectionWebElementParser.class - [JAR]
com.github.brunomndantas.jscrapper.core
├─ com.github.brunomndantas.jscrapper.core.ClassScrapper.class - [JAR]
├─ com.github.brunomndantas.jscrapper.core.CoreScrapper.class - [JAR]
├─ com.github.brunomndantas.jscrapper.core.FieldScrapper.class - [JAR]
├─ com.github.brunomndantas.jscrapper.core.ScrapperException.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.array.text.primitive
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.primitive.ArrayPrimitiveBooleanTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.primitive.ArrayPrimitiveByteTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.primitive.ArrayPrimitiveCharacterTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.primitive.ArrayPrimitiveDoubleTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.primitive.ArrayPrimitiveFloatTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.primitive.ArrayPrimitiveIntegerTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.primitive.ArrayPrimitiveLongTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.primitive.ArrayPrimitiveShortTextParser.class - [JAR]
com.github.brunomndantas.jscrapper.scrapper.annotation.element
├─ com.github.brunomndantas.jscrapper.scrapper.annotation.element.ElementLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.scrapper.annotation.element.Parser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.scrapper.annotation.element.Property.class - [JAR]
├─ com.github.brunomndantas.jscrapper.scrapper.annotation.element.Selector.class - [JAR]
com.github.brunomndantas.jscrapper.scrapper.annotation
├─ com.github.brunomndantas.jscrapper.scrapper.annotation.SelectorType.class - [JAR]
com.github.brunomndantas.jscrapper.support.driverSupplier
├─ com.github.brunomndantas.jscrapper.support.driverSupplier.ChromeDriverSupplier.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.driverSupplier.DriverSupplier.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.driverSupplier.FirefoxDriverSupplier.class - [JAR]
com.github.brunomndantas.jscrapper.scrapper.annotation.page
├─ com.github.brunomndantas.jscrapper.scrapper.annotation.page.DriverLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.scrapper.annotation.page.DriverSupplier.class - [JAR]
├─ com.github.brunomndantas.jscrapper.scrapper.annotation.page.InstanceFactory.class - [JAR]
├─ com.github.brunomndantas.jscrapper.scrapper.annotation.page.URLSupplier.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.single
├─ com.github.brunomndantas.jscrapper.support.parser.single.SingleParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.SingleWebDriverParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.SingleWebElementParser.class - [JAR]
com.github.brunomndantas.jscrapper
├─ com.github.brunomndantas.jscrapper.Utils.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.array.attribute
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.ArrayAttributeParser.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser
├─ com.github.brunomndantas.jscrapper.support.parser.Parser.class - [JAR]
com.github.brunomndantas.jscrapper.core.selector
├─ com.github.brunomndantas.jscrapper.core.selector.ISelector.class - [JAR]
├─ com.github.brunomndantas.jscrapper.core.selector.SelectorException.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.array.text.reference
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.reference.ArrayReferenceBooleanTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.reference.ArrayReferenceByteTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.reference.ArrayReferenceCharacterTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.reference.ArrayReferenceDateTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.reference.ArrayReferenceDoubleTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.reference.ArrayReferenceFloatTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.reference.ArrayReferenceIntegerTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.reference.ArrayReferenceLongTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.reference.ArrayReferenceShortTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.reference.ArrayReferenceStringTextParser.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.single.attribute.reference
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.reference.SingleReferenceBooleanAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.reference.SingleReferenceByteAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.reference.SingleReferenceCharacterAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.reference.SingleReferenceDateAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.reference.SingleReferenceDoubleAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.reference.SingleReferenceFloatAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.reference.SingleReferenceIntegerAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.reference.SingleReferenceLongAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.reference.SingleReferenceShortAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.attribute.reference.SingleReferenceStringAttributeParser.class - [JAR]
com.github.brunomndantas.jscrapper.support.instanceFactory
├─ com.github.brunomndantas.jscrapper.support.instanceFactory.EmptyConstructorInstanceFactory.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.instanceFactory.InstanceFactory.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.collection.attribute
├─ com.github.brunomndantas.jscrapper.support.parser.collection.attribute.CollectionAttributeParser.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.single.text
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.SingleTextParser.class - [JAR]
com.github.brunomndantas.jscrapper.core.urlSupplier
├─ com.github.brunomndantas.jscrapper.core.urlSupplier.IURLSupplier.class - [JAR]
├─ com.github.brunomndantas.jscrapper.core.urlSupplier.URLSupplierException.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.array.text
├─ com.github.brunomndantas.jscrapper.support.parser.array.text.ArrayTextParser.class - [JAR]
com.github.brunomndantas.jscrapper.support.driverLoader
├─ com.github.brunomndantas.jscrapper.support.driverLoader.ClearDriverLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.driverLoader.ClickDriverLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.driverLoader.ComposedDriverLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.driverLoader.DoubleClickDriverLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.driverLoader.DriverLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.driverLoader.SendKeysDriverLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.driverLoader.SubmitDriverLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.driverLoader.WaitDriverLoader.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.driverLoader.WaitVisibleDriverLoader.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.single.text.primitive
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.primitive.SinglePrimitiveBooleanTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.primitive.SinglePrimitiveByteTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.primitive.SinglePrimitiveCharacterTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.primitive.SinglePrimitiveDoubleTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.primitive.SinglePrimitiveFloatTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.primitive.SinglePrimitiveIntegerTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.primitive.SinglePrimitiveLongTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.single.text.primitive.SinglePrimitiveShortTextParser.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.collection.attribute.reference
├─ com.github.brunomndantas.jscrapper.support.parser.collection.attribute.reference.CollectionReferenceBooleanAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.attribute.reference.CollectionReferenceByteAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.attribute.reference.CollectionReferenceCharacterAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.attribute.reference.CollectionReferenceDateAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.attribute.reference.CollectionReferenceDoubleAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.attribute.reference.CollectionReferenceFloatAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.attribute.reference.CollectionReferenceIntegerAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.attribute.reference.CollectionReferenceLongAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.attribute.reference.CollectionReferenceShortAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.attribute.reference.CollectionReferenceStringAttributeParser.class - [JAR]
com.github.brunomndantas.jscrapper.core.driverLoader
├─ com.github.brunomndantas.jscrapper.core.driverLoader.DriverLoaderException.class - [JAR]
├─ com.github.brunomndantas.jscrapper.core.driverLoader.IDriverLoader.class - [JAR]
com.github.brunomndantas.jscrapper.support.selector
├─ com.github.brunomndantas.jscrapper.support.selector.CSSSelector.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.selector.ClassNameSelector.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.selector.IdSelector.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.selector.LinkTextSelector.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.selector.NameSelector.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.selector.PartialLinkTextSelector.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.selector.Selector.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.selector.TagNameSelector.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.selector.XPathSelector.class - [JAR]
com.github.brunomndantas.jscrapper.core.instanceFactory
├─ com.github.brunomndantas.jscrapper.core.instanceFactory.IInstanceFactory.class - [JAR]
├─ com.github.brunomndantas.jscrapper.core.instanceFactory.InstanceFactoryException.class - [JAR]
com.github.brunomndantas.jscrapper.support.property
├─ com.github.brunomndantas.jscrapper.support.property.ComposedProperty.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.property.FieldProperty.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.property.MethodProperty.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.property.Property.class - [JAR]
com.github.brunomndantas.jscrapper.core.driverSupplier
├─ com.github.brunomndantas.jscrapper.core.driverSupplier.DriverSupplierException.class - [JAR]
├─ com.github.brunomndantas.jscrapper.core.driverSupplier.IDriverSupplier.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.array.attribute.reference
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.reference.ArrayReferenceBooleanAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.reference.ArrayReferenceByteAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.reference.ArrayReferenceCharacterAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.reference.ArrayReferenceDateAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.reference.ArrayReferenceDoubleAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.reference.ArrayReferenceFloatAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.reference.ArrayReferenceIntegerAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.reference.ArrayReferenceLongAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.reference.ArrayReferenceShortAttributeParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.array.attribute.reference.ArrayReferenceStringAttributeParser.class - [JAR]
com.github.brunomndantas.jscrapper.support.parser.collection.text.reference
├─ com.github.brunomndantas.jscrapper.support.parser.collection.text.reference.CollectionReferenceBooleanTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.text.reference.CollectionReferenceByteTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.text.reference.CollectionReferenceCharacterTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.text.reference.CollectionReferenceDateTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.text.reference.CollectionReferenceDoubleTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.text.reference.CollectionReferenceFloatTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.text.reference.CollectionReferenceIntegerTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.text.reference.CollectionReferenceLongTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.text.reference.CollectionReferenceShortTextParser.class - [JAR]
├─ com.github.brunomndantas.jscrapper.support.parser.collection.text.reference.CollectionReferenceStringTextParser.class - [JAR]