Package | Description |
---|---|
jadex.commons.transformation.binaryserializer | |
jadex.commons.transformation.traverser |
Modifier and Type | Method and Description |
---|---|
IBeanIntrospector |
BeanIntrospectorFactory.getBeanIntrospector()
Gets an introspector with default lru size.
|
IBeanIntrospector |
BeanIntrospectorFactory.getBeanIntrospector(int lrusize)
Gets an introspector.
|
Modifier and Type | Method and Description |
---|---|
static void |
BeanCodec.readBeanProperties(Object object,
Class clazz,
DecodingContext context,
IBeanIntrospector intro) |
static void |
BeanCodec.writeBeanProperties(Object object,
Class<?> clazz,
List<ITraverseProcessor> processors,
Traverser traverser,
Map<Object,Object> traversed,
boolean clone,
EncodingContext ec,
IBeanIntrospector intro) |
Modifier and Type | Class and Description |
---|---|
class |
BeanReflectionIntrospector
Introspector for Java beans.
|
Copyright © 2013. All Rights Reserved.