Package space.arim.dazzleconf.reflect
Class MethodYield.Entry
java.lang.Object
space.arim.dazzleconf.reflect.MethodYield.Entry
- Enclosing class:
MethodYield
An entry added to the method yield
-
Method Summary
Modifier and TypeMethodDescription@NonNull Class<?> Gets the interface being implemented@NonNull MethodIdmethod()Gets the method@NonNull ObjectGets the return value for the method, orInvokeDefaultFunctionto call the default implementation
-
Method Details
-
implementable
Gets the interface being implemented- Returns:
- the interface
-
method
Gets the method- Returns:
- the method
-
returnValue
Gets the return value for the method, orInvokeDefaultFunctionto call the default implementation- Returns:
- the return value; primitive values will be boxed
-