Package io.apicurio.registry.protobuf
Class ProtobufDifference
- java.lang.Object
-
- io.apicurio.registry.protobuf.ProtobufDifference
-
public class ProtobufDifference extends Object
- Author:
- Fabian Martinez
-
-
Constructor Summary
Constructors Constructor Description ProtobufDifference(String message)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProtobufDifference
from(String message)
String
getMessage()
-
-
-
Constructor Detail
-
ProtobufDifference
public ProtobufDifference(String message)
-
-
Method Detail
-
from
public static ProtobufDifference from(String message)
-
getMessage
public String getMessage()
-
-