Class ProtoThingIntoJavaThingBuilderConverter

java.lang.Object
dev.enola.thing.message.ProtoThingIntoJavaThingBuilderConverter
All Implemented Interfaces:
ConverterInto<ThingOrBuilder,Thing.Builder>

Converter of proto Thing into Java Thing Builder.

This is somewhat like ThingAdapter, but this one "converts" whereas that one only "wraps".