public interface ExternalFieldLoader
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset()
Get the charset that field values will be encoded in
|
Set<String> |
getRequiredFields()
Get the names of the fields that are required for
loadField(Map, String) |
boolean |
isExternalField(String fieldName)
Check if the field content is located in an external source
|
IterableCharSequence |
loadField(Map<String,String> fields,
String fieldName)
Load the field content from an external source
|
boolean isExternalField(String fieldName)
Set<String> getRequiredFields()
loadField(Map, String)IterableCharSequence loadField(Map<String,String> fields, String fieldName) throws IOException
IOExceptionCharset getCharset()
Copyright © 2019. All rights reserved.