Uses of Class
no.entur.schema2proto.compatibility.protolock.ProtolockMessage
-
Packages that use ProtolockMessage Package Description no.entur.schema2proto.compatibility no.entur.schema2proto.compatibility.protolock -
-
Uses of ProtolockMessage in no.entur.schema2proto.compatibility
Methods in no.entur.schema2proto.compatibility with parameters of type ProtolockMessage Modifier and Type Method Description java.util.SortedSet<ProtolockField>FieldConflictChecker. getFields(ProtolockMessage protolockMessage)booleanFieldConflictChecker. tryResolveFieldConflicts(com.squareup.wire.schema.ProtoFile file, com.squareup.wire.schema.MessageType protoMessage, ProtolockMessage protolockMessage) -
Uses of ProtolockMessage in no.entur.schema2proto.compatibility.protolock
Methods in no.entur.schema2proto.compatibility.protolock that return ProtolockMessage Modifier and Type Method Description ProtolockMessage[]ProtolockFile. getMessages()ProtolockMessage[]ProtolockMessage. getMessages()Methods in no.entur.schema2proto.compatibility.protolock that return types with arguments of type ProtolockMessage Modifier and Type Method Description java.util.Optional<ProtolockMessage>ProtolockFile. getMessage(java.lang.String name)
-