public class PropertyAccessStrategyResolverStandardImpl extends java.lang.Object implements PropertyAccessStrategyResolver
Constructor and Description |
---|
PropertyAccessStrategyResolverStandardImpl(ServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
protected PropertyAccessStrategy |
resolveExplicitlyNamedPropertyAccessStrategy(java.lang.String explicitAccessStrategyName) |
PropertyAccessStrategy |
resolvePropertyAccessStrategy(java.lang.Class containerClass,
java.lang.String explicitAccessStrategyName,
EntityMode entityMode)
Resolve the PropertyAccessStrategy to use
|
protected StrategySelector |
strategySelectorService() |
public PropertyAccessStrategyResolverStandardImpl(ServiceRegistry serviceRegistry)
public PropertyAccessStrategy resolvePropertyAccessStrategy(java.lang.Class containerClass, java.lang.String explicitAccessStrategyName, EntityMode entityMode)
PropertyAccessStrategyResolver
resolvePropertyAccessStrategy
in interface PropertyAccessStrategyResolver
containerClass
- The java class of the entityexplicitAccessStrategyName
- The access strategy name explicitly specified, if any.entityMode
- The entity mode in effect for the property, used to interpret different default strategies.protected PropertyAccessStrategy resolveExplicitlyNamedPropertyAccessStrategy(java.lang.String explicitAccessStrategyName)
protected StrategySelector strategySelectorService()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.