Class ThingConverterInto

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

public class ThingConverterInto extends Object implements ConverterInto<Thing,Thing.Builder>
ThingConverterInto converts a Thing into an Thing.Builder.

This is useful e.g. to convert from one kind of Thing API implementation to another.