Uses of Class
dev.cel.expr.conformance.test.InputValue
Packages that use InputValue
-
Uses of InputValue in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return InputValueModifier and TypeMethodDescriptionInputValue.Builder.build()InputValue.Builder.buildPartial()static InputValueInputValue.getDefaultInstance()InputValue.Builder.getDefaultInstanceForType()InputValue.getDefaultInstanceForType()TestCase.Builder.getInputOrDefault(String key, InputValue defaultValue) A map representing a variable binding where the key is the name of the input variable.TestCase.getInputOrDefault(String key, InputValue defaultValue) A map representing a variable binding where the key is the name of the input variable.TestCaseOrBuilder.getInputOrDefault(String key, InputValue defaultValue) A map representing a variable binding where the key is the name of the input variable.TestCase.Builder.getInputOrThrow(String key) A map representing a variable binding where the key is the name of the input variable.TestCase.getInputOrThrow(String key) A map representing a variable binding where the key is the name of the input variable.TestCaseOrBuilder.getInputOrThrow(String key) A map representing a variable binding where the key is the name of the input variable.static InputValueInputValue.parseDelimitedFrom(InputStream input) static InputValueInputValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputValueInputValue.parseFrom(byte[] data) static InputValueInputValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputValueInputValue.parseFrom(com.google.protobuf.ByteString data) static InputValueInputValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputValueInputValue.parseFrom(com.google.protobuf.CodedInputStream input) static InputValueInputValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputValueInputValue.parseFrom(InputStream input) static InputValueInputValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputValueInputValue.parseFrom(ByteBuffer data) static InputValueInputValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr.conformance.test that return types with arguments of type InputValueModifier and TypeMethodDescriptionTestCase.Builder.getInput()Deprecated.TestCase.getInput()Deprecated.TestCaseOrBuilder.getInput()Deprecated.TestCase.Builder.getInputMap()A map representing a variable binding where the key is the name of the input variable.TestCase.getInputMap()A map representing a variable binding where the key is the name of the input variable.TestCaseOrBuilder.getInputMap()A map representing a variable binding where the key is the name of the input variable.TestCase.Builder.getMutableInput()Deprecated.com.google.protobuf.Parser<InputValue>InputValue.getParserForType()static com.google.protobuf.Parser<InputValue>InputValue.parser()Methods in dev.cel.expr.conformance.test with parameters of type InputValueModifier and TypeMethodDescriptionTestCase.Builder.getInputOrDefault(String key, InputValue defaultValue) A map representing a variable binding where the key is the name of the input variable.TestCase.getInputOrDefault(String key, InputValue defaultValue) A map representing a variable binding where the key is the name of the input variable.TestCaseOrBuilder.getInputOrDefault(String key, InputValue defaultValue) A map representing a variable binding where the key is the name of the input variable.InputValue.Builder.mergeFrom(InputValue other) static InputValue.BuilderInputValue.newBuilder(InputValue prototype) TestCase.Builder.putInput(String key, InputValue value) A map representing a variable binding where the key is the name of the input variable.Method parameters in dev.cel.expr.conformance.test with type arguments of type InputValueModifier and TypeMethodDescriptionTestCase.Builder.putAllInput(Map<String, InputValue> values) A map representing a variable binding where the key is the name of the input variable.