Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HexarA/Json2Pojo
/ types & classes
Types & classes
12 in github.com/HexarA/Json2Pojo
⨍
Functions
63
◇
Types & classes
12
Class
Deferred
A class type that indicates that we don't yet know the type of data this field represents.
src/net/hexar/json2pojo/GeneratePojos.java:577
Class
FieldComparator
A comparator that sorts field data objects by field name, case insensitive.
src/net/hexar/json2pojo/GeneratePojos.java:584
Class
FieldInfo
A simple representation of a field to be created.
src/net/hexar/json2pojo/GeneratePojos.java:603
Class
GenerateAction
A custom IntelliJ action which loads a dialog which will generate Java POJO classes from a given JSON text.
src/net/hexar/json2pojo/GenerateAction.java:18
Class
GeneratePojos
Contains the code to generate Java POJO classes from a given JSON text.
src/net/hexar/json2pojo/GeneratePojos.java:21
Class
GeneratePojosTest
test/net/hexar/json2pojo/GeneratePojosTest.java:8
Class
GeneratedField
A pair containing a generated {@link JFieldVar} field and its original property name.
src/net/hexar/json2pojo/GeneratePojos.java:616
Class
Inflector
Transforms words to singular, plural, humanized (human readable), underscore, camel case, or ordinal form. This is inspired by the <a href="http://api
src/org/jboss/dna/common/text/Inflector.java:40
Class
JsonEntryDialog
A custom dialog which allows the user to input a JSON text.
src/net/hexar/json2pojo/JsonEntryDialog.java:19
Interface
OnOkListener
A listener to be invoked when the user has clicked the OK button.
src/net/hexar/json2pojo/JsonEntryDialog.java:26
Class
Rule
src/org/jboss/dna/common/text/Inflector.java:49
Class
TextChangedListener
Gets called when the JSON text or root class text has changed.
src/net/hexar/json2pojo/JsonEntryDialog.java:133