ildfly-clustering-el-expressly.35.0.0.Beta1.source-code.org.glassfish.expressly.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wildfly-clustering-el-expressly Show documentation
Show all versions of wildfly-clustering-el-expressly Show documentation
Marshalling optimizations for the Eclipse Expressly implementation of the Jakarta Expression Language API.
syntax = "proto3";
package org.glassfish.expressly;
import "org.wildfly.clustering.marshalling.protostream.proto";
/**
* @TypeId(410)
*/
message MethodExpressionImpl {
string expression = 1;
org.wildfly.clustering.marshalling.protostream.Any expectedType = 2;
org.wildfly.clustering.marshalling.protostream.Any functionMapper = 3;
org.wildfly.clustering.marshalling.protostream.Any variableMapper = 4;
repeated org.wildfly.clustering.marshalling.protostream.Any parameterType = 5;
}
/**
* @TypeId(411)
*/
message MethodExpressionLiteral {
string expression = 1;
org.wildfly.clustering.marshalling.protostream.Any expectedType = 2;
repeated org.wildfly.clustering.marshalling.protostream.Any parameterType = 3;
}
/**
* @TypeId(412)
*/
message ValueExpressionImpl {
string expression = 1;
org.wildfly.clustering.marshalling.protostream.Any expectedType = 2;
org.wildfly.clustering.marshalling.protostream.Any functionMapper = 3;
org.wildfly.clustering.marshalling.protostream.Any variableMapper = 4;
}
/**
* @TypeId(413)
*/
message ValueExpressionLiteral {
org.wildfly.clustering.marshalling.protostream.Any value = 1;
org.wildfly.clustering.marshalling.protostream.Any expectedType = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy