Uses of Class
dev.cel.common.types.ProtoMessageType
-
Packages that use ProtoMessageType Package Description dev.cel.common.types -
-
Uses of ProtoMessageType in dev.cel.common.types
Methods in dev.cel.common.types that return ProtoMessageType Modifier and Type Method Description static ProtoMessageTypeProtoMessageType. create(java.lang.String name, com.google.common.collect.ImmutableSet<java.lang.String> fieldNames, StructType.FieldResolver fieldResolver, StructType.FieldResolver extensionResolver)ProtoMessageTypeProtoMessageType. withVisibleFields(com.google.common.collect.ImmutableSet<java.lang.String> visibleFields)Create a new instance of theProtoMessageTypeusing thevisibleFieldsset as a mask of the fields from the backing proto.
-