| Package | Description |
|---|---|
| org.kuali.rice.krad.util.documentserializer |
| 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.
|
boolean |
PropertySerializabilityEvaluatorBase.isPropertySerializable(SerializationState state,
Object containingObject,
String childPropertyName,
Object childPropertyValue)
Returns whether a child property of a given containing object should be serialized, based on the metadata provided in the data dictionary.
|
boolean |
PropertySerializabilityEvaluator.isPropertySerializable(SerializationState state,
Object containingObject,
String childPropertyName,
Object childPropertyValue)
Determines whether a child property of an object is serializable.
|
boolean |
AlwaysTruePropertySerializibilityEvaluator.isPropertySerializable(SerializationState state,
Object containingObject,
String childPropertyName,
Object childPropertyValue)
Trivially returns true
|
boolean |
AlwaysFalsePropertySerializabilityEvaluator.isPropertySerializable(SerializationState state,
Object containingObject,
String childPropertyName,
Object childPropertyValue) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.