| Package | Description |
|---|---|
| org.granite.client.javafx.platform | |
| org.granite.client.persistence | |
| org.granite.messaging.jmf | |
| org.granite.messaging.reflect |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JavaFXProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJavaFXProperty |
class |
JavaFXFieldProperty |
class |
JavaFXMethodProperty |
| Modifier and Type | Field and Description |
|---|---|
protected Property |
AbstractJavaFXProperty.property |
| Constructor and Description |
|---|
AbstractJavaFXProperty(Property property) |
| Modifier and Type | Method and Description |
|---|---|
Property |
Persistence.getDetachedStateProperty(java.lang.Class<?> entityClass) |
protected Property |
Persistence.getDetachedStateProperty(java.lang.Class<?> entityClass,
boolean throwIfNotFound) |
Property |
Persistence.getIdProperty(java.lang.Class<?> entityClass) |
protected Property |
Persistence.getIdProperty(java.lang.Class<?> entityClass,
boolean throwIfNotFound) |
Property |
Persistence.getInitializedProperty(java.lang.Class<?> entityClass) |
protected Property |
Persistence.getInitializedProperty(java.lang.Class<?> entityClass,
boolean throwIfNotFound) |
Property |
Persistence.getUidProperty(java.lang.Class<?> entityClass) |
protected Property |
Persistence.getUidProperty(java.lang.Class<?> entityClass,
boolean throwIfNotFound) |
Property |
Persistence.getVersionProperty(java.lang.Class<?> entityClass) |
protected Property |
Persistence.getVersionProperty(java.lang.Class<?> entityClass,
boolean throwIfNotFound) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Property> |
Persistence.getLazyProperties(java.lang.Class<?> entityClass) |
java.util.List<Property> |
Persistence.getProperties(java.lang.Class<?> entityClass) |
| 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) |