|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertySerializabilityMetadata | |
---|---|
org.kuali.rice.krad.util.documentserializer |
Uses of PropertySerializabilityMetadata in org.kuali.rice.krad.util.documentserializer |
---|
Classes in org.kuali.rice.krad.util.documentserializer that implement PropertySerializabilityMetadata | |
---|---|
class |
PropertySerializerTrieNode
A node in the trie. |
Methods in org.kuali.rice.krad.util.documentserializer that return PropertySerializabilityMetadata | |
---|---|
PropertySerializabilityMetadata |
PropertySerializerTrie.getPropertySerializabilityMetadata(String propertyName)
Retrieves the metadata about the given property name |
PropertySerializabilityMetadata |
PropertySerializerTrie.getRootPropertySerializibilityMetadata()
Returns the root node of the trie |
PropertySerializabilityMetadata |
PropertySerializerTrieNode.getSerializableChildProperty(String propertyNameComponent)
|
PropertySerializabilityMetadata |
PropertySerializabilityMetadata.getSerializableChildProperty(String childPropertyName)
Returns metadata bout a child property, if it exists |
Methods in org.kuali.rice.krad.util.documentserializer with parameters of type PropertySerializabilityMetadata | |
---|---|
protected boolean |
PropertySerializabilityEvaluatorBase.evaluateCompleteMatch(SerializationState state,
Object containingObject,
PropertySerializabilityMetadata metadata,
String childPropertyName,
Object childPropertyValue)
Evaluates whether a property is serializable when all properties in the serialization state have been matched up with the properties defined in the data dictionary. |
protected boolean |
PropertySerializabilityEvaluatorBase.evaluatePartialMatch(SerializationState state,
int lastMatchedStateIndex,
Object containingObject,
PropertySerializabilityMetadata metadata,
String childPropertyName,
Object childPropertyValue)
Evaluates whether a property is serializable when only some of the properties in the serialization state have been matched up with the serializable properties specified in the data dictionary. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |