| Package | Description |
|---|---|
| org.granite.eclipselink.jmf | |
| org.granite.messaging.jmf | |
| org.granite.messaging.reflect |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
EntityCodec.isIgnoredProperty(Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodecRegistry.PrimitivePropertyCodec.decodePrimitive(InputContext ctx,
java.lang.Object holder,
Property property) |
void |
CodecRegistry.PrimitivePropertyCodec.encodePrimitive(OutputContext ctx,
java.lang.Object holder,
Property property) |
void |
ExtendedObjectOutput.getAndWriteProperty(java.lang.Object obj,
Property property) |
void |
JMFSerializer.getAndWriteProperty(java.lang.Object obj,
Property property) |
void |
ExtendedObjectInput.readAndSetProperty(java.lang.Object obj,
Property property)
Read the next data in the current input stream and set the given field of
the given Object obj with this data.
|
void |
JMFDeserializer.readAndSetProperty(java.lang.Object obj,
Property property) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldProperty |
interface |
MethodProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
NoopWritableProperty |
class |
NullProperty |
class |
SimpleFieldProperty |
class |
SimpleMethodProperty |
| Modifier and Type | Field and Description |
|---|---|
protected static Property |
Reflection.NULL_PROPERTY |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Comparator<Property> |
Reflection.lexicalPropertyComparator |
protected java.util.concurrent.ConcurrentMap<Reflection.SinglePropertyKey,Property> |
Reflection.singlePropertyCache |
| Modifier and Type | Method and Description |
|---|---|
Property |
Reflection.findProperty(java.lang.Class<?> cls,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass) |
Property |
Reflection.findProperty(java.lang.Class<?> cls,
java.lang.String name,
java.lang.Class<?> type) |
Property |
Reflection.findSerializableProperty(java.lang.Class<?> cls,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Property> |
Reflection.findSerializableProperties(java.lang.Class<?> cls) |
java.util.List<Property> |
ClassDescriptor.getInheritedSerializableProperties() |
java.util.Comparator<Property> |
Reflection.getLexicalPropertyComparator() |
java.util.List<Property> |
ClassDescriptor.getSerializableProperties() |
protected static java.util.List<Property> |
ClassDescriptor.getSerializableProperties(Reflection reflection,
java.lang.Class<?> cls) |