@Contract public interface EntityProcessor
context
providing necessary information to process particular
context type
. Contexts are created for: class / properties / accessors.Modifier and Type | Interface and Description |
---|---|
static class |
EntityProcessor.Result
Result type of processing an context.
|
Modifier and Type | Method and Description |
---|---|
EntityProcessor.Result |
process(EntityProcessorContext context)
Process given (class/property/accessor)
context by modifying provided EntityGraph . |
EntityProcessor.Result process(EntityProcessorContext context)
context
by modifying provided EntityGraph
.context
- context to be processed.Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.