Uses of Record Class
org.ek9lang.compiler.ir.data.ServiceRouteDetails.ParamBinding
Packages that use ServiceRouteDetails.ParamBinding
Package
Description
IR Data Structures - Metadata and detail classes for IR instructions.
-
Uses of ServiceRouteDetails.ParamBinding in org.ek9lang.compiler.ir.data
Methods in org.ek9lang.compiler.ir.data that return types with arguments of type ServiceRouteDetails.ParamBindingModifier and TypeMethodDescriptionServiceRouteDetails.RouteEntry.paramBindings()Returns the value of theparamBindingsrecord component.Constructor parameters in org.ek9lang.compiler.ir.data with type arguments of type ServiceRouteDetails.ParamBindingModifierConstructorDescriptionRouteEntry(String methodName, String httpVerb, String uriPattern, List<ServiceRouteDetails.ParamBinding> paramBindings, String returnTypeFqn, boolean isSanitized) Convenience constructor without gate/cors (backwards compatibility for tests).RouteEntry(String methodName, String httpVerb, String uriPattern, List<ServiceRouteDetails.ParamBinding> paramBindings, String returnTypeFqn, boolean isSanitized, String securityGateFqn, String corsPolicyFqn) Creates an instance of aRouteEntryrecord class.