Uses of Interface
org.kuali.rice.krad.util.documentserializer.PropertySerializabilityMetadata
Packages that use PropertySerializabilityMetadata
-
Uses of PropertySerializabilityMetadata in org.kuali.rice.krad.util.documentserializer
Classes in org.kuali.rice.krad.util.documentserializer that implement PropertySerializabilityMetadataMethods in org.kuali.rice.krad.util.documentserializer that return PropertySerializabilityMetadataModifier and TypeMethodDescriptionPropertySerializerTrie.getPropertySerializabilityMetadata(String propertyName) Retrieves the metadata about the given property namePropertySerializerTrie.getRootPropertySerializibilityMetadata()Returns the root node of the triePropertySerializabilityMetadata.getSerializableChildProperty(String childPropertyName) Returns metadata bout a child property, if it existsPropertySerializerTrieNode.getSerializableChildProperty(String propertyNameComponent) Methods in org.kuali.rice.krad.util.documentserializer with parameters of type PropertySerializabilityMetadataModifier and TypeMethodDescriptionprotected booleanPropertySerializabilityEvaluatorBase.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 booleanPropertySerializabilityEvaluatorBase.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.