jar

org.hildan.fxgson : fx-gson

Maven & Gradle

Jan 08, 2023
1 usages
53 stars

fx-gson · A set of type adapters for Google Gson to make JavaFX properties serialization more natural.

Table Of Contents

Latest Version

Download org.hildan.fxgson : fx-gson JAR file - Latest Versions:

All Versions

Download org.hildan.fxgson : fx-gson JAR file - All Versions:

Version Vulnerabilities Size Updated
5.0.x
4.1.x
4.0.x
3.1.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 fx-gson-5.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.hildan.fxgson

├─ org.hildan.fxgson.FxGson.class - [JAR]

├─ org.hildan.fxgson.FxGsonBuilder.class - [JAR]

org.hildan.fxgson.adapters.properties

├─ org.hildan.fxgson.adapters.properties.ListPropertyTypeAdapter.class - [JAR]

├─ org.hildan.fxgson.adapters.properties.MapPropertyTypeAdapter.class - [JAR]

├─ org.hildan.fxgson.adapters.properties.NullPropertyException.class - [JAR]

├─ org.hildan.fxgson.adapters.properties.ObjectPropertyTypeAdapter.class - [JAR]

├─ org.hildan.fxgson.adapters.properties.PropertyTypeAdapter.class - [JAR]

├─ org.hildan.fxgson.adapters.properties.SetPropertyTypeAdapter.class - [JAR]

├─ org.hildan.fxgson.adapters.properties.StringPropertyTypeAdapter.class - [JAR]

org.hildan.fxgson.creators

├─ org.hildan.fxgson.creators.ObservableListCreator.class - [JAR]

├─ org.hildan.fxgson.creators.ObservableMapCreator.class - [JAR]

├─ org.hildan.fxgson.creators.ObservableSetCreator.class - [JAR]

org.hildan.fxgson.adapters.extras

├─ org.hildan.fxgson.adapters.extras.ColorTypeAdapter.class - [JAR]

├─ org.hildan.fxgson.adapters.extras.FontTypeAdapter.class - [JAR]

org.hildan.fxgson.adapters.properties.primitives

├─ org.hildan.fxgson.adapters.properties.primitives.BooleanPropertyTypeAdapter.class - [JAR]

├─ org.hildan.fxgson.adapters.properties.primitives.DoublePropertyTypeAdapter.class - [JAR]

├─ org.hildan.fxgson.adapters.properties.primitives.FloatPropertyTypeAdapter.class - [JAR]

├─ org.hildan.fxgson.adapters.properties.primitives.IntegerPropertyTypeAdapter.class - [JAR]

├─ org.hildan.fxgson.adapters.properties.primitives.LongPropertyTypeAdapter.class - [JAR]

├─ org.hildan.fxgson.adapters.properties.primitives.NullPrimitiveException.class - [JAR]

├─ org.hildan.fxgson.adapters.properties.primitives.PrimitivePropertyTypeAdapter.class - [JAR]

org.hildan.fxgson.factories

├─ org.hildan.fxgson.factories.JavaFxExtraTypeAdapterFactory.class - [JAR]

├─ org.hildan.fxgson.factories.JavaFxPropertyTypeAdapterFactory.class - [JAR]

├─ org.hildan.fxgson.factories.TypeHelper.class - [JAR]

Advertisement