T - The strongly typed content type model this resolver supports.public abstract class InlineContentItemsResolver<T>
extends java.lang.Object
| Constructor and Description |
|---|
InlineContentItemsResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.reflect.Type |
getType() |
abstract java.lang.String |
resolve(T data)
Returns the raw text of what to insert into the rich text with the given inline strongly typed content type of
type T.
|
public abstract java.lang.String resolve(T data)
data - An instance of a strongly typed content item.protected java.lang.reflect.Type getType()