Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractJsonProcessor - Class in jadex.transformation.jsonserializer.processors
- AbstractJsonProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.AbstractJsonProcessor
- addKnownObject(Object, int) - Method in class jadex.transformation.jsonserializer.processors.JsonReadContext
-
Returns the known objects.
- addObject(Object) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
- ARRAY_MARKER - Static variable in class jadex.transformation.jsonserializer.JsonTraverser
B
- buffer - Variable in class jadex.transformation.jsonserializer.processors.JsonWriteContext
C
- CHRONOLOCALDATECLASS - Static variable in class jadex.transformation.jsonserializer.processors.JsonLocalDateTimeProcessor
-
LocalDate super interface
- CHRONOLOCALDATETIMECLASS - Static variable in class jadex.transformation.jsonserializer.processors.JsonLocalDateTimeProcessor
-
LocalDateTime super interface
- CLASSNAME_MARKER - Static variable in class jadex.transformation.jsonserializer.JsonTraverser
- COLLECTION_MARKER - Static variable in class jadex.transformation.jsonserializer.JsonTraverser
- context - Variable in class jadex.transformation.jsonserializer.processors.JsonWriteContext.TryWrite
-
Wrute context.
- currentinputobject - Variable in class jadex.transformation.jsonserializer.processors.JsonWriteContext
D
- DEFAULT_LEVELS - Variable in class jadex.transformation.jsonserializer.processors.JsonLoggingLevelProcessor
E
- emptyMethod - Variable in class jadex.transformation.jsonserializer.processors.JsonOptionalProcessor
-
Cached Method.
- encodeJsonString(String) - Static method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
- equals(Object) - Method in class jadex.transformation.jsonserializer.JsonString
-
Matches based on the internal JSON string.
- excludes - Variable in class jadex.transformation.jsonserializer.processors.JsonWriteContext
F
- findClazz(Object, ClassLoader) - Method in class jadex.transformation.jsonserializer.JsonTraverser
-
Find the class of an object.
- findClazzOfJsonObject(JsonObject, ClassLoader) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Find the class of an object.
- first - Variable in class jadex.transformation.jsonserializer.processors.JsonWriteContext.TryWrite
-
First write state.
G
- getClazz(Object, ClassLoader) - Static method in class jadex.transformation.jsonserializer.processors.JsonPrimitiveObjectProcessor
- getCurrentInputObject() - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
- getDefaultReadProcessorsCopy() - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Get a copy of the default read processors.
- getDefaultWriteProcessorsCopy() - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Get a copy of the default read processors.
- getKnownObject(int) - Method in class jadex.transformation.jsonserializer.processors.JsonReadContext
-
Returns the known objects.
- getMethod - Variable in class jadex.transformation.jsonserializer.processors.JsonOptionalProcessor
-
Cached Method.
- getObjectId(Object) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
- getReadTraverser() - Static method in class jadex.transformation.jsonserializer.JsonTraverser
- getReturnObject(Object, Class<?>) - Method in class jadex.transformation.jsonserializer.processors.JsonCollectionProcessor
-
Get the return object.
- getReturnObject(Object, Class<?>) - Method in class jadex.transformation.jsonserializer.processors.JsonLRUProcessor
- getReturnObject(Object, Class<?>) - Method in class jadex.transformation.jsonserializer.processors.JsonMapProcessor
- getReturnObject(Object, Class<?>, ClassLoader) - Method in class jadex.transformation.jsonserializer.processors.JsonArrayProcessor
- getReturnObject(Object, Class<?>, ClassLoader) - Method in class jadex.transformation.jsonserializer.processors.JsonBeanProcessor
-
Get the object that is returned.
- getReturnObject(Object, Class<?>, ClassLoader) - Method in class jadex.transformation.jsonserializer.processors.JsonByteArrayProcessor
- getReturnObject(Object, Class<?>, ClassLoader) - Method in class jadex.transformation.jsonserializer.processors.JsonRecordProcessor
-
Get the object that is returned.
- getRootObject() - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Get the rootobject.
- getString() - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
- getUserContext() - Method in class jadex.transformation.jsonserializer.processors.JsonReadContext
-
Returns the user context.
- getUserContext() - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Returns the user context.
- getValueClass(Object, Object) - Method in class jadex.transformation.jsonserializer.processors.JsonMapProcessor
-
Returns the class of a map value.
- getValueClass(Object, Object) - Method in class jadex.transformation.jsonserializer.processors.JsonNestedMapProcessor
-
Returns the class of a map value.
- getWriteTraverser() - Static method in class jadex.transformation.jsonserializer.JsonTraverser
H
- hashCode() - Method in class jadex.transformation.jsonserializer.JsonString
-
Hash code based on the JSON.
I
- ID_MARKER - Static variable in class jadex.transformation.jsonserializer.JsonTraverser
- idobjects - Variable in class jadex.transformation.jsonserializer.processors.JsonReadContext
-
Already known objects
- idstack - Variable in class jadex.transformation.jsonserializer.processors.JsonReadContext
- incObjectCount() - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
- init() - Method in class jadex.transformation.jsonserializer.processors.JsonOptionalProcessor
-
Init caches if not initialized.
- intro - Variable in class jadex.transformation.jsonserializer.processors.JsonBeanProcessor
-
Bean introspector for inspecting beans.
- intro - Variable in class jadex.transformation.jsonserializer.processors.JsonOptionalProcessor
-
Bean introspector for inspecting beans.
- isApplicable(Object, Type, boolean, ClassLoader) - Method in class jadex.transformation.jsonserializer.processors.JsonNestedMapProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.AbstractJsonProcessor
-
Test if the processor is applicable for reading.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonArrayProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonBeanProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonBigIntegerProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonByteArrayProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCalendarProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCertificateProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonClassInfoProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonClassProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCollectionProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonColorProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCurrencyProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonDateProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonEnumProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonImageProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonInetAddressProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonIteratorProcessor
-
Test if the processor is applicable for reading.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonJsonStringProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLocalDateTimeProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLoggingLevelProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLogRecordProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLRUProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonMapProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonMultiCollectionProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonOptionalProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonRecordProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonRectangleProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonSimpleDateFormatProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonStackTraceElementProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonThrowableProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonTimestampProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonToStringProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonTupleProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonUUIDProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.AbstractJsonProcessor
-
Test if the processor is applicable for writing.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonArrayProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonBeanProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonBigIntegerProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonByteArrayProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCalendarProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCertificateProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonClassInfoProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonClassProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCollectionProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonColorProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCurrencyProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonDateProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonEnumProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonImageProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonInetAddressProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonIteratorProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonJsonStringProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLocalDateTimeProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLoggingLevelProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLogRecordProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLRUProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonMapProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonMultiCollectionProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonOptionalProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonRecordProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonRectangleProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonSimpleDateFormatProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonStackTraceElementProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonThrowableProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonTimestampProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonToStringProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonTupleProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonUUIDProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, Object) - Method in class jadex.transformation.jsonserializer.processors.AbstractJsonProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, Object) - Method in class jadex.transformation.jsonserializer.processors.JsonPrimitiveObjectProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, Object) - Method in class jadex.transformation.jsonserializer.processors.JsonPrimitiveProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, Object) - Method in class jadex.transformation.jsonserializer.processors.JsonReferenceProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, Object) - Method in class jadex.transformation.jsonserializer.processors.JsonURIProcessor
-
Test if the processor is applicable.
- isApplicable(Object, Type, ClassLoader, Object) - Method in class jadex.transformation.jsonserializer.processors.JsonURLProcessor
-
Test if the processor is applicable.
- isPresentMethod - Variable in class jadex.transformation.jsonserializer.processors.JsonOptionalProcessor
-
Cached Method.
- isPropertyExcluded(Class<?>, String) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Test if a property should be excluded from serialization.
- isWriteClass() - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Get the writeclass.
- isWriteId() - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Get the writeid.
J
- jadex.transformation.jsonserializer - package jadex.transformation.jsonserializer
- jadex.transformation.jsonserializer.processors - package jadex.transformation.jsonserializer.processors
- json - Variable in class jadex.transformation.jsonserializer.JsonString
-
The concrete JSON string.
- JsonArrayProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonArrayProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonArrayProcessor
- JsonBeanProcessor - Class in jadex.transformation.jsonserializer.processors
-
Bean processor for reading json objects.
- JsonBeanProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonBeanProcessor
- JsonBigIntegerProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonBigIntegerProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonBigIntegerProcessor
- JsonByteArrayProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonByteArrayProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonByteArrayProcessor
- JsonCalendarProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonCalendarProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonCalendarProcessor
- JsonCertificateProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonCertificateProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonCertificateProcessor
- JsonClassInfoProcessor - Class in jadex.transformation.jsonserializer.processors
-
Codec for encoding and decoding class objects.
- JsonClassInfoProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonClassInfoProcessor
- JsonClassProcessor - Class in jadex.transformation.jsonserializer.processors
-
Codec for encoding and decoding class objects.
- JsonClassProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonClassProcessor
- JsonCollectionProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonCollectionProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonCollectionProcessor
- JsonColorProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonColorProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonColorProcessor
- JsonCurrencyProcessor - Class in jadex.transformation.jsonserializer.processors
-
Read java.util.Currency objects.
- JsonCurrencyProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonCurrencyProcessor
- JsonDateProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonDateProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonDateProcessor
- JsonEnumProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonEnumProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonEnumProcessor
- JsonImageProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonImageProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonImageProcessor
- JsonInetAddressProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonInetAddressProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonInetAddressProcessor
- JsonIteratorProcessor - Class in jadex.transformation.jsonserializer.processors
-
Processor for ignoring Itorators during write.
- JsonIteratorProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonIteratorProcessor
- JsonJsonStringProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonJsonStringProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonJsonStringProcessor
- JsonLocalDateTimeProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonLocalDateTimeProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonLocalDateTimeProcessor
- JsonLoggingLevelProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonLoggingLevelProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonLoggingLevelProcessor
- JsonLogRecordProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonLogRecordProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonLogRecordProcessor
- JsonLRUProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonLRUProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonLRUProcessor
- JsonMapProcessor - Class in jadex.transformation.jsonserializer.processors
-
Processor for reading maps.
- JsonMapProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonMapProcessor
- JsonMultiCollectionProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonMultiCollectionProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonMultiCollectionProcessor
- JsonNestedMapProcessor - Class in jadex.transformation.jsonserializer.processors
-
Processor for reading nested maps.
- JsonNestedMapProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonNestedMapProcessor
- JsonOptionalProcessor - Class in jadex.transformation.jsonserializer.processors
-
java.util.Optional processor for reading json objects.
- JsonOptionalProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonOptionalProcessor
- JsonPrimitiveObjectProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonPrimitiveObjectProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonPrimitiveObjectProcessor
- JsonPrimitiveProcessor - Class in jadex.transformation.jsonserializer.processors
-
Handle primitive types and null.
- JsonPrimitiveProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonPrimitiveProcessor
- JsonReadContext - Class in jadex.transformation.jsonserializer.processors
- JsonReadContext() - Constructor for class jadex.transformation.jsonserializer.processors.JsonReadContext
- JsonRecordProcessor - Class in jadex.transformation.jsonserializer.processors
-
Record processor for reading json objects.
- JsonRecordProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonRecordProcessor
- JsonRectangleProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonRectangleProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonRectangleProcessor
- JsonReferenceProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonReferenceProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonReferenceProcessor
- JsonSimpleDateFormatProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonSimpleDateFormatProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonSimpleDateFormatProcessor
- JsonStackTraceElementProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonStackTraceElementProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonStackTraceElementProcessor
- JsonString - Class in jadex.transformation.jsonserializer
-
Class representing a string containing JSON.
- JsonString() - Constructor for class jadex.transformation.jsonserializer.JsonString
-
Create a new JsonString object.
- JsonString(String) - Constructor for class jadex.transformation.jsonserializer.JsonString
-
Creates the JsonString object.
- JsonThrowableProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonThrowableProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonThrowableProcessor
- JsonTimestampProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonTimestampProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonTimestampProcessor
- JsonToStringProcessor - Class in jadex.transformation.jsonserializer.processors
-
Deals with strings during writing.
- JsonToStringProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonToStringProcessor
- JsonTraverser - Class in jadex.transformation.jsonserializer
-
The JsonTraverser converts a preparsed JsonValue object to a corresponding Java object.
- JsonTraverser() - Constructor for class jadex.transformation.jsonserializer.JsonTraverser
- JsonTupleProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonTupleProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonTupleProcessor
- JsonURIProcessor - Class in jadex.transformation.jsonserializer.processors
-
Codec for encoding and decoding URI objects.
- JsonURIProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonURIProcessor
- JsonURLProcessor - Class in jadex.transformation.jsonserializer.processors
-
Codec for encoding and decoding URL objects.
- JsonURLProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonURLProcessor
- JsonUUIDProcessor - Class in jadex.transformation.jsonserializer.processors
- JsonUUIDProcessor() - Constructor for class jadex.transformation.jsonserializer.processors.JsonUUIDProcessor
- JsonWriteContext - Class in jadex.transformation.jsonserializer.processors
- JsonWriteContext(boolean) - Constructor for class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Create a new write context.
- JsonWriteContext(boolean, boolean, Map<Class<?>, Set<String>>) - Constructor for class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Create a new write context.
- JsonWriteContext(boolean, Map<Class<?>, Set<String>>) - Constructor for class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Create a new write context.
- JsonWriteContext.TryWrite - Class in jadex.transformation.jsonserializer.processors
-
Try.style monad for stateful write to the write context, handling first writes specially.
K
- knownobjects - Variable in class jadex.transformation.jsonserializer.processors.JsonWriteContext
L
- LOCALTIMECLASS - Static variable in class jadex.transformation.jsonserializer.processors.JsonLocalDateTimeProcessor
-
Local time class
N
- nestedreadprocs - Static variable in class jadex.transformation.jsonserializer.JsonTraverser
O
- objectcnt - Variable in class jadex.transformation.jsonserializer.processors.JsonWriteContext
- objectFromByteArray(byte[], ClassLoader) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert a byte array (of an xml) to an object.
- objectFromByteArray(byte[], ClassLoader, IErrorReporter) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert a byte array (of an xml) to an object.
- objectFromByteArray(byte[], ClassLoader, IErrorReporter, String, Class<T>) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert a byte array (of an xml) to an object.
- objectFromByteArray(byte[], ClassLoader, IErrorReporter, String, Class<T>, List<ITraverseProcessor>, List<ITraverseProcessor>) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert a byte array (of an xml) to an object.
- objectFromByteArray(byte[], ClassLoader, IErrorReporter, String, Class<T>, List<ITraverseProcessor>, List<ITraverseProcessor>, Object, IStringConverter) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert a byte array (of an xml) to an object.
- objectFromByteArray(byte[], ClassLoader, String) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert a byte array (of an xml) to an object.
- objectFromString(String, ClassLoader, IErrorReporter, Class<T>) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert a byte array (of an xml) to an object.
- objectFromString(String, ClassLoader, IErrorReporter, Class<T>, List<ITraverseProcessor>) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert a byte array (of an xml) to an object.
- objectFromString(String, ClassLoader, IErrorReporter, Class<T>, List<ITraverseProcessor>, List<ITraverseProcessor>) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert a byte array (of an xml) to an object.
- objectFromString(String, ClassLoader, IErrorReporter, Class<T>, List<ITraverseProcessor>, List<ITraverseProcessor>, Object, IStringConverter) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert a byte array (of an xml) to an object.
- objectFromString(String, ClassLoader, Class<T>) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert a byte array (of an xml) to an object.
- objectToByteArray(Object, ClassLoader) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert to a byte array.
- objectToByteArray(Object, ClassLoader, String) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert to a byte array.
- objectToByteArray(Object, ClassLoader, String, boolean) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert to a byte array.
- objectToByteArray(Object, ClassLoader, String, boolean, boolean, Map<Class<?>, Set<String>>, List<ITraverseProcessor>, List<ITraverseProcessor>) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert to a byte array.
- objectToByteArray(Object, ClassLoader, String, boolean, boolean, Map<Class<?>, Set<String>>, List<ITraverseProcessor>, List<ITraverseProcessor>, Object, IStringConverter) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert to a byte array.
- objectToByteArray(Object, ClassLoader, String, boolean, Map<Class<?>, Set<String>>) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert to a byte array.
- objectToByteArray(Object, ClassLoader, String, boolean, Map<Class<?>, Set<String>>, List<ITraverseProcessor>) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert to a byte array.
- objectToString(Object, ClassLoader) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert to a string.
- objectToString(Object, ClassLoader, boolean) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert to a string.
- objectToString(Object, ClassLoader, boolean, boolean, Map<Class<?>, Set<String>>, List<ITraverseProcessor>, List<ITraverseProcessor>) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert to a string.
- objectToString(Object, ClassLoader, boolean, boolean, Map<Class<?>, Set<String>>, List<ITraverseProcessor>, List<ITraverseProcessor>, Object, IStringConverter) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert to a string.
- objectToString(Object, ClassLoader, boolean, Map<Class<?>, Set<String>>) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert to a string.
- objectToString(Object, ClassLoader, boolean, Map<Class<?>, Set<String>>, List<ITraverseProcessor>) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert to a string.
- objectToString(Object, ClassLoader, boolean, Map<Class<?>, Set<String>>, List<ITraverseProcessor>, List<ITraverseProcessor>) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Convert to a string.
- ofMethod - Variable in class jadex.transformation.jsonserializer.processors.JsonOptionalProcessor
-
Cached Method.
- onlyfirst - Variable in class jadex.transformation.jsonserializer.processors.JsonWriteContext.TryWrite
-
Write only first attempt.
- OPTIONAL_CLASSNAME - Static variable in class jadex.transformation.jsonserializer.processors.JsonOptionalProcessor
-
Name of the java 8 optional class.
- optionalClass - Variable in class jadex.transformation.jsonserializer.processors.JsonOptionalProcessor
-
Cached Class.
P
- popIdStack() - Method in class jadex.transformation.jsonserializer.processors.JsonReadContext
- prettifyJson(String) - Static method in class jadex.transformation.jsonserializer.JsonTraverser
-
Prettifies a JSON source.
- process(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, Object) - Method in class jadex.transformation.jsonserializer.processors.AbstractJsonProcessor
-
Process an object.
- process(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, Object) - Method in class jadex.transformation.jsonserializer.processors.JsonPrimitiveObjectProcessor
-
Process an object.
- process(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, Object) - Method in class jadex.transformation.jsonserializer.processors.JsonPrimitiveProcessor
-
Process an object.
- process(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, Object) - Method in class jadex.transformation.jsonserializer.processors.JsonReferenceProcessor
-
Process an object.
- process(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, Object) - Method in class jadex.transformation.jsonserializer.processors.JsonURIProcessor
-
Process an object.
- process(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, Object) - Method in class jadex.transformation.jsonserializer.processors.JsonURLProcessor
-
Process an object.
- pushIdStack() - Method in class jadex.transformation.jsonserializer.processors.JsonReadContext
R
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.AbstractJsonProcessor
-
Read an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonArrayProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonBeanProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonBigIntegerProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonByteArrayProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCalendarProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCertificateProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonClassInfoProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonClassProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCollectionProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonColorProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCurrencyProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonDateProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonEnumProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonImageProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonInetAddressProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonIteratorProcessor
-
Read an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonJsonStringProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLocalDateTimeProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLoggingLevelProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLogRecordProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLRUProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonMapProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonMultiCollectionProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonOptionalProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonRecordProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonRectangleProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonSimpleDateFormatProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonStackTraceElementProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonThrowableProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonTimestampProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonToStringProcessor
-
Read an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonTupleProcessor
-
Process an object.
- readObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonReadContext) - Method in class jadex.transformation.jsonserializer.processors.JsonUUIDProcessor
-
Process an object.
- readprocs - Static variable in class jadex.transformation.jsonserializer.JsonTraverser
- readProperties(Object, Type, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, Traverser, ClassLoader, JsonReadContext) - Static method in class jadex.transformation.jsonserializer.processors.JsonRecordProcessor
-
Clone all properties of an object.
- readProperties(Object, Type, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, Traverser, ClassLoader, Object, JsonReadContext, IBeanIntrospector) - Static method in class jadex.transformation.jsonserializer.processors.JsonBeanProcessor
-
Clone all properties of an object.
- readtraverser - Static variable in class jadex.transformation.jsonserializer.JsonTraverser
- REFERENCE_MARKER - Static variable in class jadex.transformation.jsonserializer.JsonTraverser
- rootobject - Variable in class jadex.transformation.jsonserializer.processors.JsonWriteContext
S
- setCurrentInputObject(Object) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Sets the currentinputobject.
- setKnownObject(int, Object) - Method in class jadex.transformation.jsonserializer.processors.JsonReadContext
-
Returns the known objects.
- setUserContext(Object) - Method in class jadex.transformation.jsonserializer.processors.JsonReadContext
-
Sets the user context.
- setUserContext(Object) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Sets the user context.
T
- toString() - Method in class jadex.transformation.jsonserializer.JsonString
-
Returns the actual JSON string.
- TryWrite(JsonWriteContext) - Constructor for class jadex.transformation.jsonserializer.processors.JsonWriteContext.TryWrite
-
Initialized the monad.
- TryWrite(JsonWriteContext, boolean) - Constructor for class jadex.transformation.jsonserializer.processors.JsonWriteContext.TryWrite
-
Initialized the monad.
U
- usercontext - Variable in class jadex.transformation.jsonserializer.processors.JsonReadContext
- usercontext - Variable in class jadex.transformation.jsonserializer.processors.JsonWriteContext
W
- write(String) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext.TryWrite
-
Write or not depending on state.
- write(String) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Write a string to the buffer.
- writeclass - Variable in class jadex.transformation.jsonserializer.processors.JsonWriteContext
- writeClass(Class<?>) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Write the classname.
- writeid - Variable in class jadex.transformation.jsonserializer.processors.JsonWriteContext
- writeId() - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Write the classname.
- writeNameString(String, String) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Write a string to the buffer.
- writeNameValue(String, boolean) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Write a string to the buffer.
- writeNameValue(String, int) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Write a string to the buffer.
- writeNameValue(String, long) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Write a string to the buffer.
- writeNameValue(String, Class<?>) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Write a string to the buffer.
- writeNameValue(String, Object) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Write a string to the buffer.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.AbstractJsonProcessor
-
Write an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonArrayProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonBeanProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonBigIntegerProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonByteArrayProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCalendarProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCertificateProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonClassInfoProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonClassProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCollectionProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonColorProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonCurrencyProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonDateProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonEnumProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonImageProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonInetAddressProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonIteratorProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonJsonStringProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLocalDateTimeProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLoggingLevelProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLogRecordProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonLRUProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonMapProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonMultiCollectionProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonOptionalProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonRecordProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonRectangleProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonStackTraceElementProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonThrowableProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonTimestampProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonToStringProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonTupleProcessor
-
Process an object.
- writeObject(Object, Type, Traverser, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, ClassLoader, JsonWriteContext) - Method in class jadex.transformation.jsonserializer.processors.JsonUUIDProcessor
-
Process an object.
- writeprocs - Static variable in class jadex.transformation.jsonserializer.JsonTraverser
- writeProperties(Object, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, Traverser, ClassLoader, JsonWriteContext, boolean) - Method in class jadex.transformation.jsonserializer.processors.JsonRecordProcessor
-
Clone all properties of an object.
- writeProperties(Object, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, Traverser, ClassLoader, JsonWriteContext, IBeanIntrospector, boolean) - Method in class jadex.transformation.jsonserializer.processors.JsonBeanProcessor
-
Clone all properties of an object.
- writeProperties(Object, List<ITraverseProcessor>, List<ITraverseProcessor>, IStringConverter, Traverser.MODE, Traverser, ClassLoader, JsonWriteContext, IBeanIntrospector, boolean) - Method in class jadex.transformation.jsonserializer.processors.JsonSimpleDateFormatProcessor
-
Add pattern property from toPattern method
- writeString(String) - Method in class jadex.transformation.jsonserializer.processors.JsonWriteContext
-
Write a string to the buffer.
- writetraverser - Static variable in class jadex.transformation.jsonserializer.JsonTraverser
All Classes and Interfaces|All Packages|Constant Field Values