Interface ObjectValueHandlerRegistry
-
- All Superinterfaces:
org.springframework.context.ApplicationContextAware,org.springframework.beans.factory.Aware
- All Known Implementing Classes:
DefaultObjectValueHandlerRegistry
public interface ObjectValueHandlerRegistry extends org.springframework.context.ApplicationContextAwareResolves mappedObjectValueHandlerinstances perObjectType.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ObjectValueHandler>getValueHandlerChain(ObjectType type)
-
-
-
Method Detail
-
getValueHandlerChain
java.util.List<ObjectValueHandler> getValueHandlerChain(ObjectType type)
-
-