[
https://issues.jboss.org/browse/ARQ-947?page=com.atlassian.jira.plugin.sy...
]
Lukáš Fryč updated ARQ-947:
---------------------------
Description:
Extension {{Warp}} handles de-enrichment by watching changes in enriched fields.
But the implementation of de-enrichment could be specifically addressed for enricher
implementations, thus being part of the {{Core}}.
Additionally, enrichers might know how to unwrap the value so it can be serialized and
transferred to client (this might be separate issue).
{code:java}
@Unwrap @Inject
Bean bean;
{code}
was:
Extension {{Warp}} handles de-enrichment by watching changes in enriched fields.
But the implementation of de-enrichment could be specifically addressed for enricher
implementations, thus being part of the {{Core}}.
Additionally, enrichers might know how to unwrap the value so it can be serialized and
transferred to client (this might be separate issue).
Core: Define de-enrichers as counter-parts to enrichers
-------------------------------------------------------
Key: ARQ-947
URL:
https://issues.jboss.org/browse/ARQ-947
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Runtime Enricher SPI
Affects Versions: 1.0.0.Final
Reporter: Lukáš Fryč
Extension {{Warp}} handles de-enrichment by watching changes in enriched fields.
But the implementation of de-enrichment could be specifically addressed for enricher
implementations, thus being part of the {{Core}}.
Additionally, enrichers might know how to unwrap the value so it can be serialized and
transferred to client (this might be separate issue).
{code:java}
@Unwrap @Inject
Bean bean;
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira