Uses of Class
net.morimekta.providence.reflect.contained.CServiceMethod
-
Packages that use CServiceMethod Package Description net.morimekta.providence.reflect.contained -
-
Uses of CServiceMethod in net.morimekta.providence.reflect.contained
Methods in net.morimekta.providence.reflect.contained that return CServiceMethod Modifier and Type Method Description CServiceMethodCService. getMethod(java.lang.String name)Methods in net.morimekta.providence.reflect.contained that return types with arguments of type CServiceMethod Modifier and Type Method Description java.util.Collection<CServiceMethod>CService. getMethods()java.util.Collection<CServiceMethod>CService. getMethodsIncludingExtended()Get all methods including methods declared in extended services.Constructor parameters in net.morimekta.providence.reflect.contained with type arguments of type CServiceMethod Constructor Description CService(java.lang.String documentation, java.lang.String programName, java.lang.String name, net.morimekta.providence.descriptor.PServiceProvider extendsService, java.util.Collection<CServiceMethod> methods, java.util.Map<java.lang.String,java.lang.String> annotations)
-