MCPcopy Create free account

hub / github.com/HexarA/Json2Pojo / types & classes

Types & classes12 in github.com/HexarA/Json2Pojo

ClassDeferred
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
ClassFieldComparator
A comparator that sorts field data objects by field name, case insensitive.
src/net/hexar/json2pojo/GeneratePojos.java:584
ClassFieldInfo
A simple representation of a field to be created.
src/net/hexar/json2pojo/GeneratePojos.java:603
ClassGenerateAction
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
ClassGeneratePojos
Contains the code to generate Java POJO classes from a given JSON text.
src/net/hexar/json2pojo/GeneratePojos.java:21
ClassGeneratePojosTest
test/net/hexar/json2pojo/GeneratePojosTest.java:8
ClassGeneratedField
A pair containing a generated {@link JFieldVar} field and its original property name.
src/net/hexar/json2pojo/GeneratePojos.java:616
ClassInflector
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
ClassJsonEntryDialog
A custom dialog which allows the user to input a JSON text.
src/net/hexar/json2pojo/JsonEntryDialog.java:19
InterfaceOnOkListener
A listener to be invoked when the user has clicked the OK button.
src/net/hexar/json2pojo/JsonEntryDialog.java:26
ClassRule
src/org/jboss/dna/common/text/Inflector.java:49
ClassTextChangedListener
Gets called when the JSON text or root class text has changed.
src/net/hexar/json2pojo/JsonEntryDialog.java:133