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 |
MessageFiller.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
|
(package private) String |
getContentId() |
fillIn
protected final ParameterImpl param
protected final ValueGetter getter
protected final String mimeType
protected MessageFiller.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.String getContentId()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.