public class FullSignatureEntryKeyFactory extends java.lang.Object implements MapEntryKeyFactory<java.lang.String>
| Constructor and Description |
|---|
FullSignatureEntryKeyFactory(java.lang.String signatureComponentSeparator) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
produceMapEntryKeys(MethodHandleInfo methodHandleInfo) |
public FullSignatureEntryKeyFactory(java.lang.String signatureComponentSeparator)
signatureComponentSeparator - delimiter used to separate each component of the
produced signaturepublic java.lang.String[] produceMapEntryKeys(MethodHandleInfo methodHandleInfo) throws MapEntryKeyProductionException
produceMapEntryKeys in interface MapEntryKeyFactory<java.lang.String>methodHandleInfo - the methodhandleinfo for which the keys are to be
producedMapEntryKeyProductionException - If keys cannot be produced.