public class StronglyTypedContentItemConverter
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
StronglyTypedContentItemConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,ContentItem> |
copyLinkedItemsWithExclusion(java.util.Map<java.lang.String,ContentItem> orig,
java.lang.String excludedContentItem) |
protected java.lang.String |
getContentType(java.lang.Class tClass) |
protected InlineContentItemsResolver |
getResolverForType(ContentItem contentItem) |
protected InlineContentItemsResolver |
getResolverForType(java.lang.String contentType) |
protected void |
registerInlineContentItemsResolver(InlineContentItemsResolver resolver) |
protected void |
registerType(java.lang.Class<?> clazz) |
protected void |
registerType(java.lang.String contentType,
java.lang.Class<?> clazz) |
protected void |
scanClasspathForMappings(java.lang.String basePackage)
Not working on Android platform because of JVM and Dalvik differences, please use
DeliveryClient.registerType(Class) instead |
protected void registerType(java.lang.String contentType,
java.lang.Class<?> clazz)
protected void registerType(java.lang.Class<?> clazz)
protected java.lang.String getContentType(java.lang.Class tClass)
protected void registerInlineContentItemsResolver(InlineContentItemsResolver resolver)
protected InlineContentItemsResolver getResolverForType(java.lang.String contentType)
protected InlineContentItemsResolver getResolverForType(ContentItem contentItem)
protected void scanClasspathForMappings(java.lang.String basePackage)
DeliveryClient.registerType(Class) insteadbasePackage - name of the base packageprotected java.util.Map<java.lang.String,ContentItem> copyLinkedItemsWithExclusion(java.util.Map<java.lang.String,ContentItem> orig, java.lang.String excludedContentItem)