Interface StructuredObject<ET extends StructuredObjectEntryType>
- All Known Subinterfaces:
EmbeddedObject
,Entity<K>
public interface StructuredObject<ET extends StructuredObjectEntryType>
-
Method Summary
Modifier and TypeMethodDescriptionasBasicMap
(Function<StructuredObjectEntry<ET>, Object> converter) void
<PT> PT
getProperty
(String id) getPropertyEntry
(String id, Object partialValue) boolean
hasProperty
(String id) <PT> void
setProperty
(String id, PT value)
-
Method Details
-
getProperty
-
getPropertyEntry
-
getPropertyEntry
-
setProperty
-
getProperties
-
asBasicMap
-
asBasicMap
-
getTransientFields
-
clearTransientFields
void clearTransientFields() -
hasProperty
-