Uses of Interface
org.hippoecm.hst.content.beans.manager.ObjectConverter
Packages that use ObjectConverter
Package
Description
The org.hippoecm.hst.content.beans.manager package defines the API for the HST Content Beans Manager
The org.hippoecm.hst.content.beans.query package defines the API for the HST Content Beans Query
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
The org.hippoecm.hst.core.search package defines the API for the HST Core Search
-
Uses of ObjectConverter in org.hippoecm.hst.content.beans.manager
Methods in org.hippoecm.hst.content.beans.manager that return ObjectConverterModifier and TypeMethodDescriptionDelegatedObjectConverter.getDelegatee()
ObjectConverterAware.getObjectConverter()
Methods in org.hippoecm.hst.content.beans.manager with parameters of type ObjectConverterModifier and TypeMethodDescriptionvoid
ObjectConverterAware.setObjectConverter
(ObjectConverter objectConverter) Callback that supplies the object converter. -
Uses of ObjectConverter in org.hippoecm.hst.content.beans.query
Methods in org.hippoecm.hst.content.beans.query that return ObjectConverter -
Uses of ObjectConverter in org.hippoecm.hst.content.tool
Methods in org.hippoecm.hst.content.tool that return ObjectConverter -
Uses of ObjectConverter in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return ObjectConverterModifier and TypeMethodDescriptionHstRequestContext.getObjectConverter()
Returns theObjectConverter
for the currentHstRequestContext
. -
Uses of ObjectConverter in org.hippoecm.hst.core.search
Methods in org.hippoecm.hst.core.search with parameters of type ObjectConverterModifier and TypeMethodDescriptionHstQueryManagerFactory.createQueryManager
(Session session, ObjectConverter objectConverter)