jar

com.github.fangjinuo.easyjson : easyjson-core

Maven & Gradle

Sep 09, 2022
33 usages
109 stars

the easyjson core

Table Of Contents

Latest Version

Download com.github.fangjinuo.easyjson : easyjson-core JAR file - Latest Versions:

All Versions

Download com.github.fangjinuo.easyjson : easyjson-core JAR file - All Versions:

Version Vulnerabilities Size Updated
3.2.x
3.1.x
3.0.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
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 easyjson-core-3.2.26.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jn.easyjson.core.tree.bind

├─ com.jn.easyjson.core.tree.bind.JsonTreeReader.class - [JAR]

├─ com.jn.easyjson.core.tree.bind.JsonTreeWriter.class - [JAR]

├─ com.jn.easyjson.core.tree.bind.TypeAdapter.class - [JAR]

├─ com.jn.easyjson.core.tree.bind.TypeAdapters.class - [JAR]

├─ com.jn.easyjson.core.tree.bind.TypeToken.class - [JAR]

com.jn.easyjson.core.codec.dialect

├─ com.jn.easyjson.core.codec.dialect.AnnotatedElementCodecConfigurationParser.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.BeanClassAnnotatedCodecConfigurationParser.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.BeanPropertyAnnotatedCodecConfigurationParser.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.BeanPropertyFinder.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.BeanPropertyId.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.BeanPropertyIdGenerator.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.BeanPropertyIdParser.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.ClassCodecConfiguration.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.ClassLoaderCodecConfigurationLoader.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.ClassLoaderCodecConfigurationRepository.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.ClassLoaderCodecConfigurationRepositoryBuilder.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.CodecConfiguration.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.CodecConfigurationRepository.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.CodecConfigurationRepositoryService.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.DialectIdentify.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.FakeBootstrapClassLoader.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.PropertyCodecConfiguration.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.PropertyCodecConfigurationMerger.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.PropertyConfigurationSourceType.class - [JAR]

├─ com.jn.easyjson.core.codec.dialect.PropertyIdGenerator.class - [JAR]

com.jn.easyjson.core.factory

├─ com.jn.easyjson.core.factory.JsonFactoryProperties.class - [JAR]

├─ com.jn.easyjson.core.factory.JsonFactorys.class - [JAR]

├─ com.jn.easyjson.core.factory.JsonScope.class - [JAR]

├─ com.jn.easyjson.core.factory.PrototypeJSONFactory.class - [JAR]

├─ com.jn.easyjson.core.factory.SingletonJSONFactory.class - [JAR]

com.jn.easyjson.core.node

├─ com.jn.easyjson.core.node.JsonArrayNode.class - [JAR]

├─ com.jn.easyjson.core.node.JsonNodeNavigator.class - [JAR]

├─ com.jn.easyjson.core.node.JsonNullNode.class - [JAR]

├─ com.jn.easyjson.core.node.JsonObjectNode.class - [JAR]

├─ com.jn.easyjson.core.node.JsonPrimitiveNode.class - [JAR]

├─ com.jn.easyjson.core.node.JsonTreeNodes.class - [JAR]

├─ com.jn.easyjson.core.node.ToJsonTreeNodeMapper.class - [JAR]

├─ com.jn.easyjson.core.node.ToXxxJsonMapper.class - [JAR]

com.jn.easyjson.core

├─ com.jn.easyjson.core.JSON.class - [JAR]

├─ com.jn.easyjson.core.JSONBuilder.class - [JAR]

├─ com.jn.easyjson.core.JSONBuilderAware.class - [JAR]

├─ com.jn.easyjson.core.JSONBuilderProvider.class - [JAR]

├─ com.jn.easyjson.core.JSONFactory.class - [JAR]

├─ com.jn.easyjson.core.JsonCustomizer.class - [JAR]

├─ com.jn.easyjson.core.JsonException.class - [JAR]

├─ com.jn.easyjson.core.JsonHandler.class - [JAR]

├─ com.jn.easyjson.core.JsonHandlerAdapter.class - [JAR]

├─ com.jn.easyjson.core.JsonTreeNode.class - [JAR]

com.jn.easyjson.core.bean.propertynaming

├─ com.jn.easyjson.core.bean.propertynaming.BeanPropertyNamingPolicy.class - [JAR]

├─ com.jn.easyjson.core.bean.propertynaming.BeanPropertyNamingPolicyRegistry.class - [JAR]

├─ com.jn.easyjson.core.bean.propertynaming.IdentityPropertyNamingPolicy.class - [JAR]

├─ com.jn.easyjson.core.bean.propertynaming.ProxyDialectNamingPolicy.class - [JAR]

├─ com.jn.easyjson.core.bean.propertynaming.UpperCamelCasePropertyNamingPolicy.class - [JAR]

com.jn.easyjson.core.util

├─ com.jn.easyjson.core.util.JSONs.class - [JAR]

├─ com.jn.easyjson.core.util.LazilyParsedNumber.class - [JAR]

com.jn.easyjson.core.exclusion

├─ com.jn.easyjson.core.exclusion.Exclusion.class - [JAR]

├─ com.jn.easyjson.core.exclusion.ExclusionConfiguration.class - [JAR]

├─ com.jn.easyjson.core.exclusion.FieldNamesExclusion.class - [JAR]

├─ com.jn.easyjson.core.exclusion.IgnoreAnnotationExclusion.class - [JAR]

├─ com.jn.easyjson.core.exclusion.UnderlineStartedExclusion.class - [JAR]

com.jn.easyjson.core.tree

├─ com.jn.easyjson.core.tree.JsonIOException.class - [JAR]

├─ com.jn.easyjson.core.tree.JsonParseException.class - [JAR]

├─ com.jn.easyjson.core.tree.JsonReaderInternalAccess.class - [JAR]

├─ com.jn.easyjson.core.tree.JsonSyntaxException.class - [JAR]

├─ com.jn.easyjson.core.tree.JsonTreeDeserializer.class - [JAR]

├─ com.jn.easyjson.core.tree.JsonTreeSerializer.class - [JAR]

├─ com.jn.easyjson.core.tree.JsonTreeSerializerBuilder.class - [JAR]

├─ com.jn.easyjson.core.tree.Streams.class - [JAR]

com.jn.easyjson.core.annotation

├─ com.jn.easyjson.core.annotation.DependOn.class - [JAR]

├─ com.jn.easyjson.core.annotation.Ignore.class - [JAR]

com.jn.easyjson.core.tree.stream

├─ com.jn.easyjson.core.tree.stream.JsonReader.class - [JAR]

├─ com.jn.easyjson.core.tree.stream.JsonScope.class - [JAR]

├─ com.jn.easyjson.core.tree.stream.JsonToken.class - [JAR]

├─ com.jn.easyjson.core.tree.stream.JsonWriter.class - [JAR]

├─ com.jn.easyjson.core.tree.stream.MalformedJsonException.class - [JAR]

Advertisement

Dependencies from Group

Sep 09, 2022
33 usages
109 stars
Sep 09, 2022
16 usages
109 stars
Feb 25, 2020
6 usages
109 stars
Sep 09, 2022
5 usages
109 stars
Sep 09, 2022
2 usages
109 stars

Discover Dependencies

Jul 05, 2022
6 usages
17 stars
Apr 08, 2015
7 usages
Dec 19, 2016
11 usages
Dec 08, 2017
9 usages
0 stars
Jul 14, 2016
120 usages
9.2k stars
Feb 01, 2018
8 usages
98 stars
Dec 17, 2019
1 usages
Sep 19, 2019
17 usages
69 stars
Jan 02, 2020
9 usages
31 stars