|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| org.granite.client.persistence | |
| org.granite.messaging.jmf | |
| org.granite.messaging.reflect | |
| Uses of Property in org.granite.client.persistence |
|---|
| Methods in org.granite.client.persistence that return Property | |
|---|---|
Property |
Persistence.getDetachedStateProperty(Class<?> entityClass)
|
protected Property |
Persistence.getDetachedStateProperty(Class<?> entityClass,
boolean throwIfNotFound)
|
Property |
Persistence.getIdProperty(Class<?> entityClass)
|
protected Property |
Persistence.getIdProperty(Class<?> entityClass,
boolean throwIfNotFound)
|
Property |
Persistence.getInitializedProperty(Class<?> entityClass)
|
protected Property |
Persistence.getInitializedProperty(Class<?> entityClass,
boolean throwIfNotFound)
|
Property |
Persistence.getUidProperty(Class<?> entityClass)
|
protected Property |
Persistence.getUidProperty(Class<?> entityClass,
boolean throwIfNotFound)
|
Property |
Persistence.getVersionProperty(Class<?> entityClass)
|
protected Property |
Persistence.getVersionProperty(Class<?> entityClass,
boolean throwIfNotFound)
|
| Methods in org.granite.client.persistence that return types with arguments of type Property | |
|---|---|
List<Property> |
Persistence.getLazyProperties(Class<?> entityClass)
|
List<Property> |
Persistence.getProperties(Class<?> entityClass)
|
| Uses of Property in org.granite.messaging.jmf |
|---|
| Methods in org.granite.messaging.jmf with parameters of type Property | |
|---|---|
void |
CodecRegistry.PrimitivePropertyCodec.decodePrimitive(InputContext ctx,
Object holder,
Property property)
|
void |
CodecRegistry.PrimitivePropertyCodec.encodePrimitive(OutputContext ctx,
Object holder,
Property property)
|
void |
ExtendedObjectOutput.getAndWriteProperty(Object obj,
Property property)
|
void |
JMFSerializer.getAndWriteProperty(Object obj,
Property property)
|
void |
ExtendedObjectInput.readAndSetProperty(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(Object obj,
Property property)
|
| Uses of Property in org.granite.messaging.reflect |
|---|
| Subinterfaces of Property in org.granite.messaging.reflect | |
|---|---|
interface |
FieldProperty
|
interface |
MethodProperty
|
| Classes in org.granite.messaging.reflect that implement Property | |
|---|---|
class |
NoopWritableProperty
|
class |
NullProperty
|
class |
SimpleFieldProperty
|
class |
SimpleMethodProperty
|
| Fields in org.granite.messaging.reflect declared as Property | |
|---|---|
protected static Property |
Reflection.NULL_PROPERTY
|
| Fields in org.granite.messaging.reflect with type parameters of type Property | |
|---|---|
protected Comparator<Property> |
Reflection.lexicalPropertyComparator
|
protected ConcurrentMap<Class<?>,List<Property>> |
Reflection.serializablePropertiesCache
|
protected ConcurrentMap<Reflection.SinglePropertyKey,Property> |
Reflection.singlePropertyCache
|
| Methods in org.granite.messaging.reflect that return Property | |
|---|---|
Property |
Reflection.findProperty(Class<?> cls,
Class<? extends Annotation> annotationClass)
|
Property |
Reflection.findProperty(Class<?> cls,
String name,
Class<?> type)
|
Property |
Reflection.findSerializableProperty(Class<?> cls,
String name)
|
| Methods in org.granite.messaging.reflect that return types with arguments of type Property | |
|---|---|
protected List<Property> |
Reflection.findSerializableDeclaredProperties(Class<?> cls)
|
List<Property> |
Reflection.findSerializableProperties(Class<?> cls)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||