public class JsonLocalDateTimeProcessor
extends java.lang.Object
implements jadex.commons.transformation.traverser.ITraverseProcessor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<?> |
CHRONOLOCALDATECLASS
LocalDate super interface
|
static java.lang.Class<?> |
CHRONOLOCALDATETIMECLASS
LocalDateTime super interface
|
static java.lang.Class<?> |
LOCALTIMECLASS
Local time class
|
| Constructor and Description |
|---|
JsonLocalDateTimeProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(java.lang.Object object,
java.lang.reflect.Type type,
boolean clone,
java.lang.ClassLoader targetcl)
Test if the processor is applicable.
|
java.lang.Object |
process(java.lang.Object object,
java.lang.reflect.Type type,
java.util.List<jadex.commons.transformation.traverser.ITraverseProcessor> processors,
jadex.commons.transformation.traverser.Traverser traverser,
java.util.Map<java.lang.Object,java.lang.Object> traversed,
boolean clone,
java.lang.ClassLoader targetcl,
java.lang.Object context)
Process an object.
|
public static final java.lang.Class<?> CHRONOLOCALDATECLASS
public static final java.lang.Class<?> LOCALTIMECLASS
public static final java.lang.Class<?> CHRONOLOCALDATETIMECLASS
public boolean isApplicable(java.lang.Object object,
java.lang.reflect.Type type,
boolean clone,
java.lang.ClassLoader targetcl)
isApplicable in interface jadex.commons.transformation.traverser.ITraverseProcessorobject - The object.targetcl - If not null, the traverser should make sure that the result object is compatible with the class loader,
e.g. by cloning the object using the class loaded from the target class loader.public java.lang.Object process(java.lang.Object object,
java.lang.reflect.Type type,
java.util.List<jadex.commons.transformation.traverser.ITraverseProcessor> processors,
jadex.commons.transformation.traverser.Traverser traverser,
java.util.Map<java.lang.Object,java.lang.Object> traversed,
boolean clone,
java.lang.ClassLoader targetcl,
java.lang.Object context)
process in interface jadex.commons.transformation.traverser.ITraverseProcessorobject - The object.targetcl - If not null, the traverser should make sure that the result object is compatible with the class loader,
e.g. by cloning the object using the class loaded from the target class loader.