public class StringKeysAnnotationKeyFactory extends java.lang.Object implements MapEntryKeyFactory<java.lang.String>
StringKeys annotation present on the target method.| Constructor and Description |
|---|
StringKeysAnnotationKeyFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
produceMapEntryKeys(MethodHandleInfo methodHandleInfo) |
public 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.