Uses of Annotation Interface
io.helidon.builder.api.RuntimeType.PrototypedBy
Packages that use RuntimeType.PrototypedBy
Package
Description
Provides classes and interfaces related to implementing discovery using Eureka.
Validation API.
Provides classes and interfaces that integrate discovery features into
webclients.
-
Uses of RuntimeType.PrototypedBy in io.helidon.discovery.providers.eureka
Classes in io.helidon.discovery.providers.eureka with annotations of type RuntimeType.PrototypedByModifier and TypeInterfaceDescriptioninterfaceADiscoveryimplementation that communicates with Netflix's Eureka server version 2. -
Uses of RuntimeType.PrototypedBy in io.helidon.validation
Classes in io.helidon.validation with annotations of type RuntimeType.PrototypedByModifier and TypeInterfaceDescriptioninterfaceContext ofTypeValidator.check(ValidationContext, Object), also used to validate constraints using #check(ConstraintValidator, Object). -
Uses of RuntimeType.PrototypedBy in io.helidon.webclient.discovery
Classes in io.helidon.webclient.discovery with annotations of type RuntimeType.PrototypedByModifier and TypeInterfaceDescriptioninterfaceAWebClientServicethat intercepts certain requests and uses Helidon Discovery where appropriate to discover endpoints for those requests, rerouting them as necessary.