public abstract static class MessageFiller.AttachmentFiller extends MessageFiller
Message.MessageFiller.AttachmentFiller, MessageFiller.Header| Modifier and Type | Field and Description |
|---|---|
protected ValueGetter |
getter |
protected String |
mimeType |
protected ParameterImpl |
param |
methodPos| Modifier | Constructor and Description |
|---|---|
protected |
AttachmentFiller(ParameterImpl param,
ValueGetter getter) |
| Modifier and Type | Method and Description |
|---|---|
static MessageFiller |
createAttachmentFiller(ParameterImpl param,
ValueGetter getter)
Creates an MessageFiller based on the parameter type
|
fillInprotected final ParameterImpl param
protected final ValueGetter getter
protected final String mimeType
protected AttachmentFiller(ParameterImpl param, ValueGetter getter)
public static MessageFiller createAttachmentFiller(ParameterImpl param, ValueGetter getter)
param - runtime Parameter that abstracts the annotated java parametergetter - Gets a value from an object that represents a parameter passed
as a method argument.Copyright © 2015 Oracle Corporation. All rights reserved.