- valid - Variable in class org.mule.extension.async.apikit.internal.ValidationResult
-
- validate(InputStream, AMFShapePayloadValidator) - Static method in class org.mule.extension.async.apikit.internal.parser.AsyncApiUtils
-
- validate(List<AMFShapePayloadValidator>, String, String, InputStream) - Static method in class org.mule.extension.async.apikit.internal.parser.AsyncApiUtils
-
Apply validators on the input to check if the input conforms to any schema.
- validateMandatoryFields() - Method in class org.mule.extension.async.apikit.internal.protocols.AsyncMessageAttributesBuilder
-
- ValidationKey - Class in org.mule.extension.async.apikit.internal.validation
-
Each validator is uniquely identified by the following coordinates - channelName, operation (publish, subscribe), message,
mediaType.
- ValidationKey(String, AsyncOperation, String) - Constructor for class org.mule.extension.async.apikit.internal.validation.ValidationKey
-
- ValidationResult - Class in org.mule.extension.async.apikit.internal
-
Result class for validation of payload content.
- ValidationResult(boolean, List<String>, boolean, Exception, Exception) - Constructor for class org.mule.extension.async.apikit.internal.ValidationResult
-
- valueOf(String) - Static method in enum org.mule.extension.async.apikit.internal.exception.error.AsyncApiError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.extension.async.apikit.internal.protocols.ProtocolHandler.Protocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.extension.async.apikit.internal.validation.AsyncOperation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.mule.extension.async.apikit.internal.exception.error.AsyncApiError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.extension.async.apikit.internal.protocols.ProtocolHandler.Protocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.extension.async.apikit.internal.validation.AsyncOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.