Uses of Interface
io.resys.hdes.client.api.ast.AstService.ServiceExecutorType
Packages that use AstService.ServiceExecutorType
Package
Description
-
Uses of AstService.ServiceExecutorType in io.resys.hdes.client.api.ast
Subinterfaces of AstService.ServiceExecutorType in io.resys.hdes.client.api.astModifier and TypeInterfaceDescriptionstatic interfaceAstService.ServiceExecutorType0<O extends Serializable>static interfaceAstService.ServiceExecutorType1<I,O extends Serializable> static interfaceAstService.ServiceExecutorType2<I,I2, O extends Serializable> Methods in io.resys.hdes.client.api.ast that return types with arguments of type AstService.ServiceExecutorTypeModifier and TypeMethodDescriptionClass<? extends AstService.ServiceExecutorType>AstService.getBeanType()Class<? extends AstService.ServiceExecutorType>ImmutableAstService.getBeanType()Method parameters in io.resys.hdes.client.api.ast with type arguments of type AstService.ServiceExecutorTypeModifier and TypeMethodDescriptionImmutableAstService.Builder.beanType(Class<? extends AstService.ServiceExecutorType> beanType) Initializes the value for thebeanTypeattribute.final ImmutableAstServiceImmutableAstService.withBeanType(Class<? extends AstService.ServiceExecutorType> value) Copy the current immutable object by setting a value for thebeanTypeattribute. -
Uses of AstService.ServiceExecutorType in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return AstService.ServiceExecutorTypeMethods in io.resys.hdes.client.api.programs with parameters of type AstService.ServiceExecutorTypeModifier and TypeMethodDescriptionImmutableServiceProgram.Builder.bean(AstService.ServiceExecutorType bean) Initializes the value for thebeanattribute.final ImmutableServiceProgramImmutableServiceProgram.withBean(AstService.ServiceExecutorType value) Copy the current immutable object by setting a value for thebeanattribute. -
Uses of AstService.ServiceExecutorType in io.resys.hdes.client.spi.groovy
Classes in io.resys.hdes.client.spi.groovy that implement AstService.ServiceExecutorTypeMethod parameters in io.resys.hdes.client.spi.groovy with type arguments of type AstService.ServiceExecutorTypeModifier and TypeMethodDescriptionServiceAstBuilderImpl.getRefs(Class<AstService.ServiceExecutorType> beanType)