public interface PropertySerializabilityMetadata
Modifier and Type | Interface and Description |
---|---|
static class |
PropertySerializabilityMetadata.PropertySerializability
See docs for the elements of this enum
|
Modifier and Type | Method and Description |
---|---|
String |
getPathString()
Returns the full path string of the property corresponding to this metadata.
|
PropertySerializabilityMetadata.PropertySerializability |
getPropertySerializability()
Returns the serializability of this property.
|
PropertySerializabilityMetadata |
getSerializableChildProperty(String childPropertyName)
Returns metadata bout a child property, if it exists
|
PropertySerializabilityMetadata.PropertySerializability getPropertySerializability()
PropertySerializabilityMetadata.PropertySerializability
.String getPathString()
PropertySerializabilityMetadata getSerializableChildProperty(String childPropertyName)
childPropertyName
- the name of a child property, relative to this property (i.e. no .'s in the name)Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.