All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ildfly-clustering-el-expressly.35.0.0.Final.source-code.org.glassfish.expressly.lang.proto Maven / Gradle / Ivy

Go to download

Marshalling optimizations for the Eclipse Expressly implementation of the Jakarta Expression Language API.

The newest version!
syntax = "proto3";

package org.glassfish.expressly.lang;

import "org.wildfly.clustering.marshalling.protostream.proto";

/**
 * @TypeId(415)
 */
message Function {
	string	prefix	 = 1;
	string	localName	 = 2;
	org.wildfly.clustering.marshalling.protostream.Any	declaringClass	 = 3;
	string	methodName	 = 4;
	repeated	org.wildfly.clustering.marshalling.protostream.Any	parameterType	 = 5;
}

/**
 * @TypeId(416)
 */
message FunctionMapperImpl {
	repeated	Function	function	 = 2;
}

/**
 * @TypeId(417)
 */
message VariableMapperImpl {
	repeated	string	variable	 = 1;
	repeated	org.wildfly.clustering.marshalling.protostream.Any	expression	 = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy