Uses of Interface
io.resys.hdes.client.api.ast.AstService.AstServiceRef
Packages that use AstService.AstServiceRef
-
Uses of AstService.AstServiceRef in io.resys.hdes.client.api.ast
Classes in io.resys.hdes.client.api.ast that implement AstService.AstServiceRefModifier and TypeClassDescriptionfinal classImmutable implementation ofAstService.AstServiceRef.Methods in io.resys.hdes.client.api.ast that return types with arguments of type AstService.AstServiceRefModifier and TypeMethodDescriptionAstService.getRefs()com.google.common.collect.ImmutableList<AstService.AstServiceRef>ImmutableAstService.getRefs()Methods in io.resys.hdes.client.api.ast with parameters of type AstService.AstServiceRefModifier and TypeMethodDescriptionImmutableAstService.Builder.addRefs(AstService.AstServiceRef element) Adds one element torefslist.ImmutableAstService.Builder.addRefs(AstService.AstServiceRef... elements) Adds elements torefslist.static ImmutableAstServiceRefImmutableAstServiceRef.copyOf(AstService.AstServiceRef instance) Creates an immutable copy of aAstService.AstServiceRefvalue.ImmutableAstServiceRef.Builder.from(AstService.AstServiceRef instance) Fill a builder with attribute values from the providedAstServiceRefinstance.final ImmutableAstServiceImmutableAstService.withRefs(AstService.AstServiceRef... elements) Copy the current immutable object with elements that replace the content ofrefs.Method parameters in io.resys.hdes.client.api.ast with type arguments of type AstService.AstServiceRefModifier and TypeMethodDescriptionImmutableAstService.Builder.addAllRefs(Iterable<? extends AstService.AstServiceRef> elements) Adds elements torefslist.ImmutableAstService.Builder.refs(Iterable<? extends AstService.AstServiceRef> elements) Sets or replaces all elements forrefslist.final ImmutableAstServiceImmutableAstService.withRefs(Iterable<? extends AstService.AstServiceRef> elements) Copy the current immutable object with elements that replace the content ofrefs. -
Uses of AstService.AstServiceRef in io.resys.hdes.client.spi.groovy
Methods in io.resys.hdes.client.spi.groovy that return types with arguments of type AstService.AstServiceRefModifier and TypeMethodDescriptionServiceAstBuilderImpl.getRefs(Class<AstService.ServiceExecutorType> beanType) RefsParser.visit()