Package picocli
Class CommandLine.Model.PicocliInvocationHandler
- java.lang.Object
-
- picocli.CommandLine.Model.PicocliInvocationHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
- Enclosing class:
- CommandLine.Model
private static class CommandLine.Model.PicocliInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) class
CommandLine.Model.PicocliInvocationHandler.ProxyBinding
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Map<java.lang.String,java.lang.Object>
map
-
Constructor Summary
Constructors Modifier Constructor Description private
PicocliInvocationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-