public interface DynamicComponentMapperSupport
PropertyMapper
implementations to expose whether they should be included
as a wrapper for a <dynamic-component/>
mapping.
In this mapping, values are actually stored as a key-value pair in a HashMap rather than
them being treated as java-bean values using a setter method.Modifier and Type | Method and Description |
---|---|
boolean |
isDynamicComponentMap()
Returns whether the property mapper wraps a dynamic-component.
|
void |
markAsDynamicComponentMap()
Mark the property mapper that it wraps a dynamic-component.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.