Interface | Description |
---|---|
APIUnwrapper<T> |
This interface is the super interface for all classes that will provide a JAXB unwrapper
around classes.
|
APIWrapper<T> |
This interface is the super interface for all classes that will provide a JAXB wrapper
around classes.
|
WrapperAdditionalFields |
Wrapper classes implementing this interface expose their additionalFields, and they can
make use of the utility methods in BaseWrapper to transfer said fields between the wrapper and
the corresponding domain object
|
Class | Description |
---|---|
BaseWrapper |
Base class for APIWrapper implementations to inject the EntityConfiguration reference.
|
MapElementWrapper |
This is a JAXB wrapper to encapsulate a Map
|
Copyright © 2022. All rights reserved.