Uses of Class
io.resys.hdes.client.api.ast.TypeDef
Packages that use TypeDef
Package
Description
-
Uses of TypeDef in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return TypeDefMethods in io.resys.hdes.client.api with parameters of type TypeDefModifier and TypeMethodDescription -
Uses of TypeDef in io.resys.hdes.client.api.ast
Subclasses of TypeDef in io.resys.hdes.client.api.astMethods in io.resys.hdes.client.api.ast that return TypeDefModifier and TypeMethodDescriptionAstService.getReturnDef1()ImmutableAstService.getReturnDef1()AstService.getTypeDef0()ImmutableAstService.getTypeDef0()AstService.getTypeDef1()ImmutableAstService.getTypeDef1()Methods in io.resys.hdes.client.api.ast that return types with arguments of type TypeDefModifier and TypeMethodDescriptionAstBody.Headers.getAcceptDefs()com.google.common.collect.ImmutableList<TypeDef>ImmutableHeaders.getAcceptDefs()ImmutableTypeDef.getProperties()abstract Collection<TypeDef>TypeDef.getProperties()AstBody.Headers.getReturnDefs()com.google.common.collect.ImmutableList<TypeDef>ImmutableHeaders.getReturnDefs()Methods in io.resys.hdes.client.api.ast with parameters of type TypeDefModifier and TypeMethodDescriptionfinal ImmutableHeaders.BuilderImmutableHeaders.Builder.addAcceptDefs(TypeDef element) Adds one element toacceptDefslist.final ImmutableHeaders.BuilderImmutableHeaders.Builder.addAcceptDefs(TypeDef... elements) Adds elements toacceptDefslist.final ImmutableHeaders.BuilderImmutableHeaders.Builder.addReturnDefs(TypeDef element) Adds one element toreturnDefslist.final ImmutableHeaders.BuilderImmutableHeaders.Builder.addReturnDefs(TypeDef... elements) Adds elements toreturnDefslist.intstatic ImmutableTypeDefCreates an immutable copy of aTypeDefvalue.TypeDef.Deserializer.deserialize(TypeDef dataType, Object value) final ImmutableTypeDef.BuilderFill a builder with attribute values from the providedTypeDefinstance.ImmutableAstService.Builder.returnDef1(TypeDef returnDef1) Initializes the value for thereturnDef1attribute.Initializes the value for thetypeDef0attribute.Initializes the value for thetypeDef1attribute.final ImmutableHeadersImmutableHeaders.withAcceptDefs(TypeDef... elements) Copy the current immutable object with elements that replace the content ofacceptDefs.final ImmutableAstServiceImmutableAstService.withReturnDef1(TypeDef value) Copy the current immutable object by setting a value for thereturnDef1attribute.final ImmutableHeadersImmutableHeaders.withReturnDefs(TypeDef... elements) Copy the current immutable object with elements that replace the content ofreturnDefs.final ImmutableAstServiceImmutableAstService.withTypeDef0(TypeDef value) Copy the current immutable object by setting a value for thetypeDef0attribute.final ImmutableAstServiceImmutableAstService.withTypeDef1(TypeDef value) Copy the current immutable object by setting a value for thetypeDef1attribute.Method parameters in io.resys.hdes.client.api.ast with type arguments of type TypeDefModifier and TypeMethodDescriptionfinal ImmutableHeaders.BuilderImmutableHeaders.Builder.acceptDefs(Iterable<? extends TypeDef> elements) Sets or replaces all elements foracceptDefslist.final ImmutableHeaders.BuilderImmutableHeaders.Builder.addAllAcceptDefs(Iterable<? extends TypeDef> elements) Adds elements toacceptDefslist.final ImmutableHeaders.BuilderImmutableHeaders.Builder.addAllReturnDefs(Iterable<? extends TypeDef> elements) Adds elements toreturnDefslist.final ImmutableTypeDef.BuilderImmutableTypeDef.Builder.properties(Collection<TypeDef> properties) Initializes the value for thepropertiesattribute.final ImmutableHeaders.BuilderImmutableHeaders.Builder.returnDefs(Iterable<? extends TypeDef> elements) Sets or replaces all elements forreturnDefslist.final ImmutableHeadersImmutableHeaders.withAcceptDefs(Iterable<? extends TypeDef> elements) Copy the current immutable object with elements that replace the content ofacceptDefs.final ImmutableTypeDefImmutableTypeDef.withProperties(Collection<TypeDef> value) Copy the current immutable object by setting a value for thepropertiesattribute.final ImmutableHeadersImmutableHeaders.withReturnDefs(Iterable<? extends TypeDef> elements) Copy the current immutable object with elements that replace the content ofreturnDefs. -
Uses of TypeDef in io.resys.hdes.client.api.exceptions
Methods in io.resys.hdes.client.api.exceptions that return TypeDefConstructors in io.resys.hdes.client.api.exceptions with parameters of type TypeDef -
Uses of TypeDef in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return TypeDefModifier and TypeMethodDescriptionDecisionProgram.DecisionLogEntry.getHeaderType()ImmutableDecisionLogEntry.getHeaderType()DecisionProgram.DecisionRowAccepts.getKey()DecisionProgram.DecisionRowReturns.getKey()ImmutableDecisionRowAccepts.getKey()ImmutableDecisionRowReturns.getKey()ImmutableServiceProgram.getTypeDef0()ServiceProgram.getTypeDef0()ImmutableServiceProgram.getTypeDef1()ServiceProgram.getTypeDef1()Methods in io.resys.hdes.client.api.programs that return types with arguments of type TypeDefModifier and TypeMethodDescriptionFlowProgram.getAcceptDefs()ImmutableFlowProgram.getAcceptDefs()com.google.common.collect.ImmutableList<TypeDef>ImmutableProgramWrapper.getHeaders()ProgramEnvir.ProgramWrapper.getHeaders()Methods in io.resys.hdes.client.api.programs with parameters of type TypeDefModifier and TypeMethodDescriptionfinal ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addHeaders(TypeDef element) Adds one element toheaderslist.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addHeaders(TypeDef... elements) Adds elements toheaderslist.ImmutableDecisionLogEntry.Builder.headerType(TypeDef headerType) Initializes the value for theheaderTypeattribute.Initializes the value for thekeyattribute.Initializes the value for thekeyattribute.Initializes the value for thetypeDef0attribute.Initializes the value for thetypeDef1attribute.final ImmutableProgramWrapper<A,P> ImmutableProgramWrapper.withHeaders(TypeDef... elements) Copy the current immutable object with elements that replace the content ofheaders.ImmutableDecisionLogEntry.withHeaderType(TypeDef value) Copy the current immutable object by setting a value for theheaderTypeattribute.Copy the current immutable object by setting a value for thekeyattribute.Copy the current immutable object by setting a value for thekeyattribute.final ImmutableServiceProgramImmutableServiceProgram.withTypeDef0(TypeDef value) Copy the current immutable object by setting a value for thetypeDef0attribute.final ImmutableServiceProgramImmutableServiceProgram.withTypeDef1(TypeDef value) Copy the current immutable object by setting a value for thetypeDef1attribute.Method parameters in io.resys.hdes.client.api.programs with type arguments of type TypeDefModifier and TypeMethodDescriptionImmutableFlowProgram.Builder.acceptDefs(Collection<TypeDef> acceptDefs) Initializes the value for theacceptDefsattribute.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.addAllHeaders(Iterable<? extends TypeDef> elements) Adds elements toheaderslist.final ImmutableProgramWrapper.Builder<A,P> Sets or replaces all elements forheaderslist.final ImmutableFlowProgramImmutableFlowProgram.withAcceptDefs(Collection<TypeDef> value) Copy the current immutable object by setting a value for theacceptDefsattribute.final ImmutableProgramWrapper<A,P> ImmutableProgramWrapper.withHeaders(Iterable<? extends TypeDef> elements) Copy the current immutable object with elements that replace the content ofheaders. -
Uses of TypeDef in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return TypeDefMethods in io.resys.hdes.client.spi with parameters of type TypeDefModifier and TypeMethodDescription -
Uses of TypeDef in io.resys.hdes.client.spi.decision.ast
Method parameters in io.resys.hdes.client.spi.decision.ast with type arguments of type TypeDefModifier and TypeMethodDescriptionstatic List<AstCommand>DecisionAstSourceBuilder.build(List<TypeDef> headers, List<AstDecision.AstDecisionRow> rows, String name, String description, AstDecision.HitPolicy hitPolicy) -
Uses of TypeDef in io.resys.hdes.client.spi.serializers
Methods in io.resys.hdes.client.spi.serializers with parameters of type TypeDefModifier and TypeMethodDescriptionDateDataTypeDeserializer.deserialize(TypeDef dataType, Object value) DateTimeDataTypeDeserializer.deserialize(TypeDef dataType, Object value) GenericDataTypeDeserializer.deserialize(TypeDef dataType, Object value) IntlJsonObjectDataTypeDeserializer.deserialize(TypeDef dataType, Object value) JsonObjectDataTypeDeserializer.deserialize(TypeDef dataType, Object value) TimeDataTypeDeserializer.deserialize(TypeDef dataType, Object value)