Hierarchy For All Packages
Package Hierarchies:- org.ghotibeaun.json,
- org.ghotibeaun.json.converters,
- org.ghotibeaun.json.converters.annotation,
- org.ghotibeaun.json.converters.handlers,
- org.ghotibeaun.json.converters.options,
- org.ghotibeaun.json.converters.utils,
- org.ghotibeaun.json.converters.valueconverter,
- org.ghotibeaun.json.exception,
- org.ghotibeaun.json.factory,
- org.ghotibeaun.json.jsonpath,
- org.ghotibeaun.json.merge,
- org.ghotibeaun.json.merge.strategies,
- org.ghotibeaun.json.parser,
- org.ghotibeaun.json.parser.csv,
- org.ghotibeaun.json.parser.jep,
- org.ghotibeaun.json.parser.jep.eventhandler,
- org.ghotibeaun.json.parser.jep.eventhandler.event,
- org.ghotibeaun.json.parser.jep.eventprovider,
- org.ghotibeaun.json.parser.jep.processor,
- org.ghotibeaun.json.schema,
- org.ghotibeaun.json.serializer,
- org.ghotibeaun.json.util
Class Hierarchy
- java.lang.Object
- org.ghotibeaun.json.merge.strategies.AbstractConflictStrategy<T,G> (implements org.ghotibeaun.json.merge.strategies.ConflictStrategy<T,G>)
- org.ghotibeaun.json.merge.strategies.AbstractJSONArrayConflictStrategy (implements org.ghotibeaun.json.merge.strategies.JSONArrayConflictStrategy)
- org.ghotibeaun.json.merge.strategies.AppendArrayConflictStrategy
- org.ghotibeaun.json.merge.strategies.DeduplicateArrayConflictStrategy
- org.ghotibeaun.json.merge.strategies.InsertAfterConflictStrategy
- org.ghotibeaun.json.merge.strategies.InsertBeforeConflictStrategy
- org.ghotibeaun.json.merge.strategies.AbstractJSONObjectConflictStrategy (implements org.ghotibeaun.json.merge.strategies.JSONObjectConflictStrategy)
- org.ghotibeaun.json.merge.strategies.AcceptPrimaryConflictStrategy
- org.ghotibeaun.json.merge.strategies.AcceptSecondaryConflictStrategy
- org.ghotibeaun.json.merge.strategies.AppendObjectConflictStrategy
- org.ghotibeaun.json.merge.strategies.AbstractJSONArrayConflictStrategy (implements org.ghotibeaun.json.merge.strategies.JSONArrayConflictStrategy)
- org.ghotibeaun.json.converters.AbstractConverter (implements org.ghotibeaun.json.converters.Converter)
- org.ghotibeaun.json.converters.AbstractClassConverter (implements org.ghotibeaun.json.converters.ClassConverter)
- org.ghotibeaun.json.converters.AbstractJSONConverter (implements org.ghotibeaun.json.converters.JSONConverter)
- org.ghotibeaun.json.converters.options.AbstractConverterOption<T> (implements org.ghotibeaun.json.converters.options.ConverterOption<T>)
- org.ghotibeaun.json.converters.options.MultivalueConverterOption<T>
- org.ghotibeaun.json.converters.options.SingleConverterOption<T>
- org.ghotibeaun.json.converters.valueconverter.AbstractJSONValueConverter<T> (implements org.ghotibeaun.json.converters.valueconverter.ValueConverter<T>)
- org.ghotibeaun.json.converters.valueconverter.NumberFormatJSONValueConverter
- org.ghotibeaun.json.converters.valueconverter.StringJSONValueConverter
- org.ghotibeaun.json.merge.AbstractMergeProcessor (implements org.ghotibeaun.json.merge.MergeProcess)
- org.ghotibeaun.json.converters.utils.AnnotationUtils
- org.ghotibeaun.json.util.ByteConstants
- org.ghotibeaun.json.util.ByteRange
- org.ghotibeaun.json.util.ByteSequence
- org.ghotibeaun.json.util.CharConstants
- org.ghotibeaun.json.converters.utils.ClassScanner
- org.ghotibeaun.json.converters.utils.ClassScanner.Validation
- org.ghotibeaun.json.converters.utils.ClassUtils
- org.ghotibeaun.json.parser.csv.Column
- org.ghotibeaun.json.converters.ConverterOptions
- org.ghotibeaun.json.converters.Converters
- org.ghotibeaun.json.parser.csv.CSVSettings (implements java.util.Iterator<E>)
- org.ghotibeaun.json.converters.options.DefaultingValue<T>
- org.ghotibeaun.json.converters.options.MultiDefaultingValue<T>
- org.ghotibeaun.json.converters.options.SingleDefaultingValue<T>
- java.util.Dictionary<K,V>
- java.util.Hashtable<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- java.util.Properties
- org.ghotibeaun.json.factory.FactorySettings
- java.util.Properties
- java.util.Hashtable<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- org.ghotibeaun.json.parser.jep.eventhandler.EventHandler (implements org.ghotibeaun.json.parser.jep.eventhandler.JSONEventHandler)
- org.ghotibeaun.json.parser.jep.eventhandler.ConsoleEventHandler
- org.ghotibeaun.json.parser.jep.eventhandler.StackEventHandler
- org.ghotibeaun.json.parser.jep.EventParser (implements org.ghotibeaun.json.parser.jep.JSONEventParser)
- org.ghotibeaun.json.parser.jep.processor.EventProcessor (implements org.ghotibeaun.json.parser.jep.processor.JSONEventProcessor)
- org.ghotibeaun.json.parser.jep.processor.BaseEventProcessor
- org.ghotibeaun.json.parser.jep.eventprovider.EventProvider (implements org.ghotibeaun.json.parser.jep.eventprovider.JSONEventProvider)
- org.ghotibeaun.json.parser.csv.Field
- org.ghotibeaun.json.parser.csv.JSONCSVParserFactory
- org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEvent
- org.ghotibeaun.json.parser.jep.eventhandler.event.JSONTokenEvent
- org.ghotibeaun.json.parser.jep.eventhandler.event.JSONDataEvent
- org.ghotibeaun.json.parser.jep.eventhandler.event.JSONTokenEvent
- org.ghotibeaun.json.JSONFactory
- org.ghotibeaun.json.jsonpath.JSONPathFactory
- org.ghotibeaun.json.converters.handlers.MemberHandler<M>
- org.ghotibeaun.json.converters.handlers.FieldMemberHandler
- org.ghotibeaun.json.converters.handlers.MethodMemberHandler
- org.ghotibeaun.json.merge.MergeProcessor (implements org.ghotibeaun.json.merge.MergeProcess)
- org.ghotibeaun.json.converters.utils.MethodReference
- org.ghotibeaun.json.converters.utils.GetterMethodReference
- org.ghotibeaun.json.converters.utils.SetterMethodReference
- org.ghotibeaun.json.factory.NodeFactory
- org.ghotibeaun.json.NullObject (implements java.io.Serializable)
- org.ghotibeaun.json.converters.options.OptionsBuilder
- org.ghotibeaun.json.parser.jep.ParserConfiguration
- org.ghotibeaun.json.parser.ParserFactory
- org.ghotibeaun.json.parser.jep.ParserSettings
- org.ghotibeaun.json.util.ResizableByteBuffer
- org.ghotibeaun.json.parser.csv.Row (implements java.lang.Iterable<T>)
- org.ghotibeaun.json.converters.utils.ScannerEntry
- org.ghotibeaun.json.converters.utils.ScannerList
- org.ghotibeaun.json.serializer.SerializationFactory
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.ghotibeaun.json.exception.JSONException
- org.ghotibeaun.json.exception.JSONConversionException
- org.ghotibeaun.json.exception.JSONInvalidValueTypeException
- org.ghotibeaun.json.exception.JSONParserException
- org.ghotibeaun.json.exception.JSONEventParserException
- org.ghotibeaun.json.exception.JSONSerializationException
- org.ghotibeaun.json.exception.JSONTypeNotFoundException
- org.ghotibeaun.json.exception.JSONUnmarshallingException
- org.ghotibeaun.json.exception.JSONValueNotFoundException
- org.ghotibeaun.json.exception.JSONRuntimeException
- org.ghotibeaun.json.exception.JSONFactoryException
- org.ghotibeaun.json.exception.JSONException
- java.lang.RuntimeException
- java.lang.Exception
- org.ghotibeaun.json.merge.strategies.AbstractConflictStrategy<T,G> (implements org.ghotibeaun.json.merge.strategies.ConflictStrategy<T,G>)
Interface Hierarchy
- org.ghotibeaun.json.schema.Annotatable
- org.ghotibeaun.json.schema.Annotation
- org.ghotibeaun.json.parser.csv.ColumnMapper
- java.lang.Comparable<T>
- org.ghotibeaun.json.JSONNode (also extends java.io.Serializable)
- org.ghotibeaun.json.JSONListNode (also extends java.lang.Iterable<T>)
- org.ghotibeaun.json.JSONArray
- org.ghotibeaun.json.JSONMapNode
- org.ghotibeaun.json.JSONObject
- org.ghotibeaun.json.JSONListNode (also extends java.lang.Iterable<T>)
- org.ghotibeaun.json.JSONValue<T> (also extends java.io.Serializable)
- org.ghotibeaun.json.JSONNode (also extends java.io.Serializable)
- org.ghotibeaun.json.parser.jep.Configurable
- org.ghotibeaun.json.parser.jep.eventhandler.JSONEventHandler
- org.ghotibeaun.json.parser.jep.processor.JSONEventProcessor
- org.ghotibeaun.json.parser.jep.eventprovider.JSONEventProvider
- org.ghotibeaun.json.merge.strategies.ConflictStrategy<T,G>
- org.ghotibeaun.json.merge.strategies.JSONArrayConflictStrategy
- org.ghotibeaun.json.merge.strategies.JSONObjectConflictStrategy
- org.ghotibeaun.json.converters.Converter
- org.ghotibeaun.json.converters.ClassConverter
- org.ghotibeaun.json.converters.JSONConverter
- org.ghotibeaun.json.converters.options.ConverterOption<T>
- java.lang.Iterable<T>
- org.ghotibeaun.json.JSONListNode (also extends org.ghotibeaun.json.JSONNode)
- org.ghotibeaun.json.JSONArray
- org.ghotibeaun.json.JSONListNode (also extends org.ghotibeaun.json.JSONNode)
- org.ghotibeaun.json.parser.jep.JSONEventParser
- org.ghotibeaun.json.parser.JSONParser
- org.ghotibeaun.json.parser.csv.JSONCSVParser
- org.ghotibeaun.json.jsonpath.JSONPath
- org.ghotibeaun.json.serializer.JSONSerializer
- org.ghotibeaun.json.parser.csv.MappedColumn
- org.ghotibeaun.json.parser.csv.MappingExpression
- org.ghotibeaun.json.merge.MergeProcess
- org.ghotibeaun.json.schema.SchemaComponent
- java.io.Serializable
- org.ghotibeaun.json.JSONNode (also extends java.lang.Comparable<T>)
- org.ghotibeaun.json.JSONListNode (also extends java.lang.Iterable<T>)
- org.ghotibeaun.json.JSONArray
- org.ghotibeaun.json.JSONMapNode
- org.ghotibeaun.json.JSONObject
- org.ghotibeaun.json.JSONListNode (also extends java.lang.Iterable<T>)
- org.ghotibeaun.json.JSONValue<T> (also extends java.lang.Comparable<T>)
- org.ghotibeaun.json.JSONNode (also extends java.lang.Comparable<T>)
- org.ghotibeaun.json.schema.TypeConstraint
- org.ghotibeaun.json.converters.valueconverter.ValueConverter<T>
- org.ghotibeaun.json.serializer.XMLSerializer
Annotation Type Hierarchy
- org.ghotibeaun.json.converters.annotation.ClassValueConverter (implements java.lang.annotation.Annotation)
- org.ghotibeaun.json.converters.annotation.JSONElement (implements java.lang.annotation.Annotation)
- org.ghotibeaun.json.converters.annotation.JSONIgnore (implements java.lang.annotation.Annotation)
- org.ghotibeaun.json.converters.annotation.JSONValueConverter (implements java.lang.annotation.Annotation)
- org.ghotibeaun.json.converters.annotation.TargetClass (implements java.lang.annotation.Annotation)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.ghotibeaun.json.merge.strategies.ArrayConflict
- org.ghotibeaun.json.parser.jep.FloatingPointNumber
- org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEventType
- org.ghotibeaun.json.JSONValueType
- org.ghotibeaun.json.converters.options.KeyNameCasing
- org.ghotibeaun.json.merge.MergeResult
- org.ghotibeaun.json.parser.jep.NonFloatingPointNumber
- org.ghotibeaun.json.merge.strategies.ObjectConflict
- org.ghotibeaun.json.converters.options.OptionKey
- org.ghotibeaun.json.converters.options.ScannerValidationOption
- org.ghotibeaun.json.factory.Setting
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)