Interface | Description |
---|---|
PdxInstanceBuilder.Factory |
Class | Description |
---|---|
MappingPdxSerializerIncludedTypesRegistrar |
Spring
BeanPostProcessor used to register additional types handled by
the SDG MappingPdxSerializer . |
ObjectPdxInstanceAdapter |
A
PdxInstance implementation that adapts (wraps) a non-null Object as a PdxInstance . |
PdxInstanceBuilder |
The
PdxInstanceBuilder class is a Builder
used to construct and initialize a PdxInstance from different sources. |
PdxInstanceWrapper |
The
PdxInstanceWrapper class is an implementation of the PdxInstance interface
wrapping an existing PdxInstance object and decorating the functionality. |
Exception | Description |
---|---|
PdxFieldNotWritableException |
A
RuntimeException thrown to indicate that a PDX field of a PdxInstance is not writable. |