Uses of Record Class
org.ek9lang.compiler.ir.data.ServiceRouteDetails.RouteEntry
Packages that use ServiceRouteDetails.RouteEntry
Package
Description
IR Data Structures - Metadata and detail classes for IR instructions.
-
Uses of ServiceRouteDetails.RouteEntry in org.ek9lang.compiler.ir.data
Methods in org.ek9lang.compiler.ir.data that return types with arguments of type ServiceRouteDetails.RouteEntryModifier and TypeMethodDescriptionServiceRouteDetails.routes()Returns the value of theroutesrecord component.Constructor parameters in org.ek9lang.compiler.ir.data with type arguments of type ServiceRouteDetails.RouteEntryModifierConstructorDescriptionServiceRouteDetails(String serviceFqn, String baseUri, List<ServiceRouteDetails.RouteEntry> routes, DebugInfo debugInfo) Create service route details with validation.