Package technology.dice.dicewhere.utils
Class ProtoValueConverter
- java.lang.Object
-
- technology.dice.dicewhere.utils.ProtoValueConverter
-
public class ProtoValueConverter extends Object
Created by stan on 14/09/2018
-
-
Constructor Summary
Constructors Constructor Description ProtoValueConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<Boolean>parseThreeStateProto(technology.dice.dicewhere.lineprocessing.serializers.protobuf.ThreeStateValueProto.ThreeStateValue stateValue)static technology.dice.dicewhere.lineprocessing.serializers.protobuf.ThreeStateValueProto.ThreeStateValuetoThreeStateValue(Boolean input)
-
-
-
Method Detail
-
parseThreeStateProto
public static Optional<Boolean> parseThreeStateProto(technology.dice.dicewhere.lineprocessing.serializers.protobuf.ThreeStateValueProto.ThreeStateValue stateValue)
-
toThreeStateValue
public static technology.dice.dicewhere.lineprocessing.serializers.protobuf.ThreeStateValueProto.ThreeStateValue toThreeStateValue(Boolean input)
-
-