Uses of Class
io.quarkus.resteasy.reactive.links.runtime.GetterAccessorsContainer
-
Packages that use GetterAccessorsContainer Package Description io.quarkus.resteasy.reactive.links.runtime -
-
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 GetterAccessorsContainer Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<GetterAccessorsContainer>GetterAccessorsContainerRecorder. newContainer()Create new getter accessors container.Methods in io.quarkus.resteasy.reactive.links.runtime with parameters of type GetterAccessorsContainer Modifier and Type Method Description (package private) static voidRestLinksProviderImpl. setGetterAccessorsContainer(GetterAccessorsContainer getterAccessorsContainer)Method parameters in io.quarkus.resteasy.reactive.links.runtime with type arguments of type GetterAccessorsContainer Modifier and Type Method Description voidGetterAccessorsContainerRecorder. 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)
-