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> PTgetProperty(String id) getPropertyEntry(String id, Object partialValue) booleanhasProperty(String id) <PT> voidsetProperty(String id, PT value)
-
Method Details
-
getProperty
-
getPropertyEntry
-
getPropertyEntry
-
setProperty
-
getProperties
-
asBasicMap
-
asBasicMap
-
getTransientFields
-
clearTransientFields
void clearTransientFields() -
hasProperty
-