| Package | Description |
|---|---|
| org.kuali.rice.krad.util.documentserializer |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertySerializerTrieNode
A node in the trie.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.