|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertySerializabilityMetadata
This class represents metadata about the serializibility of a property during the document serialization proces..
Nested Class Summary | |
---|---|
static class |
PropertySerializabilityMetadata.PropertySerializability
See docs for the elements of this enum |
Method Summary | |
---|---|
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 |
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |