| AbstractFieldSerialForm |
Abstract serialization replacement for field based Getter and Setter impls.
|
| ChainedPropertyAccessImpl |
|
| PropertyAccessBasicImpl |
PropertyAccessor for accessing the wrapped property via get/set pair, which may be nonpublic.
|
| PropertyAccessCompositeUserTypeImpl |
PropertyAccessor for accessing the wrapped property via get/set pair, which may be nonpublic.
|
| PropertyAccessEmbeddedImpl |
PropertyAccess for handling non-aggregated composites.
|
| PropertyAccessEnhancedImpl |
A PropertyAccess for byte code enhanced entities.
|
| PropertyAccessFieldImpl |
|
| PropertyAccessMapImpl |
|
| PropertyAccessMapImpl.GetterImpl |
|
| PropertyAccessMapImpl.SetterImpl |
|
| PropertyAccessMixedImpl |
A PropertyAccess based on mix of getter/setter method and/or field.
|
| PropertyAccessStrategyBackRefImpl |
|
| PropertyAccessStrategyBasicImpl |
Defines a strategy for accessing property values via a get/set pair, which may be nonpublic.
|
| PropertyAccessStrategyChainedImpl |
|
| PropertyAccessStrategyCompositeUserTypeImpl |
Defines a strategy for accessing property values via a CompositeUserType.
|
| PropertyAccessStrategyEmbeddedImpl |
|
| PropertyAccessStrategyEnhancedImpl |
Defines a strategy for accessing property values via a get/set pair, which may be nonpublic.
|
| PropertyAccessStrategyFieldImpl |
Defines a strategy for accessing property values directly via a field, which may be non-public.
|
| PropertyAccessStrategyIndexBackRefImpl |
|
| PropertyAccessStrategyMapImpl |
|
| PropertyAccessStrategyMixedImpl |
A PropertyAccessStrategy that selects between available getter/setter method and/or field.
|
| PropertyAccessStrategyNoopImpl |
Yeah, right, so....
|
| PropertyAccessStrategyResolverInitiator |
|
| PropertyAccessStrategyResolverStandardImpl |
Standard implementation of PropertyAccessStrategyResolver
|