jar

com.github.bohnman : jackson-squiggly-filter

Maven & Gradle

Oct 16, 2016
280 stars

Jackson Squiggly Filter · The Jackson Squiggly Filter is a PropertyFilter used for including/excluding properties of an object/list/map using a subset of the Facebook Graph API filtering syntax.

Table Of Contents

Latest Version

Download com.github.bohnman : jackson-squiggly-filter JAR file - Latest Versions:

All Versions

Download com.github.bohnman : jackson-squiggly-filter 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 jackson-squiggly-filter-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.bohnman.squiggly.context.provider

├─ com.github.bohnman.squiggly.context.provider.AbstractSquigglyContextProvider.class - [JAR]

├─ com.github.bohnman.squiggly.context.provider.SimpleSquigglyContextProvider.class - [JAR]

├─ com.github.bohnman.squiggly.context.provider.SquigglyContextProvider.class - [JAR]

com.github.bohnman.squiggly.config

├─ com.github.bohnman.squiggly.config.SquigglyConfig.class - [JAR]

com.github.bohnman.squiggly.context

├─ com.github.bohnman.squiggly.context.LazySquigglyContext.class - [JAR]

├─ com.github.bohnman.squiggly.context.SquigglyContext.class - [JAR]

com.github.bohnman.squiggly.filter

├─ com.github.bohnman.squiggly.filter.SquigglyPropertyFilter.class - [JAR]

├─ com.github.bohnman.squiggly.filter.SquigglyPropertyFilterMixin.class - [JAR]

com.github.bohnman.squiggly

├─ com.github.bohnman.squiggly.Squiggly.class - [JAR]

com.github.bohnman.squiggly.view

├─ com.github.bohnman.squiggly.view.BaseView.class - [JAR]

├─ com.github.bohnman.squiggly.view.FullView.class - [JAR]

├─ com.github.bohnman.squiggly.view.PropertyView.class - [JAR]

├─ com.github.bohnman.squiggly.view.PropertyViewIntrospector.class - [JAR]

com.github.bohnman.squiggly.util

├─ com.github.bohnman.squiggly.util.SquigglyUtils.class - [JAR]

com.github.bohnman.squiggly.parser

├─ com.github.bohnman.squiggly.parser.SquigglyNode.class - [JAR]

├─ com.github.bohnman.squiggly.parser.SquigglyParser.class - [JAR]

Advertisement