Uses of Class
io.quarkus.resteasy.reactive.links.runtime.GetterAccessorsContainer
Packages that use GetterAccessorsContainer
-
Uses of GetterAccessorsContainer in io.quarkus.resteasy.reactive.links.runtime
Methods in io.quarkus.resteasy.reactive.links.runtime that return types with arguments of type GetterAccessorsContainerModifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<GetterAccessorsContainer>GetterAccessorsContainerRecorder.newContainer()Create new getter accessors container.Methods in io.quarkus.resteasy.reactive.links.runtime with parameters of type GetterAccessorsContainerModifier and TypeMethodDescription(package private) static voidRestLinksProviderImpl.setGetterAccessorsContainer(GetterAccessorsContainer getterAccessorsContainer) Method parameters in io.quarkus.resteasy.reactive.links.runtime with type arguments of type GetterAccessorsContainerModifier and TypeMethodDescriptionvoidGetterAccessorsContainerRecorder.addAccessor(io.quarkus.runtime.RuntimeValue<GetterAccessorsContainer> container, String className, String fieldName, String accessorName) Add a getter accessor to a container.voidLinksProviderRecorder.setGetterAccessorsContainer(io.quarkus.runtime.RuntimeValue<GetterAccessorsContainer> getterAccessorsContainer)