Package org.plyct.plyex.plugin
Interface PlyexPlugin
-
- All Known Implementing Classes:
PlyexSpring
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface PlyexPlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Endpoint[]getEndpoints(java.lang.reflect.Method method)Locate method endpoints
-
-
-
Method Detail
-
getEndpoints
Endpoint[] getEndpoints(java.lang.reflect.Method method)
Locate method endpoints- Parameters:
method- java method- Returns:
- endpoints corresponding to method
-
-