Class | Description |
---|---|
AbstractFieldSerialForm |
Abstract serialization replacement for field based Getter and Setter impls.
|
PropertyAccessBasicImpl |
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 |
PropertyAccess implementation that deal with an underlying Map as the container using
Map.get(java.lang.Object) and Map.put(K, V) |
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 | |
PropertyAccessStrategyEmbeddedImpl |
A PropertyAccessStrategy that deals with non-aggregated composites.
|
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
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.