public interface ReferenceFormatter
ReferenceFormatter defines an interface for objects capable of
converting Reference and References objects into
Strings.for standard implementations| Modifier and Type | Method and Description |
|---|---|
String |
format(Collection<Reference> refs)
Format a multiples references
|
String |
format(Reference ref)
Format a single reference
|
String format(Collection<Reference> refs)
refs - the References to formatReferences