Class XContentObjectTransformer<T extends ToXContentObject>

java.lang.Object
org.elasticsearch.xpack.core.ml.utils.XContentObjectTransformer<T>
Type Parameters:
T - The type of the object that we will be transforming to/from

public class XContentObjectTransformer<T extends ToXContentObject> extends Object
This is a utility class that allows simple one-to-one transformations between an ToXContentObject type to and from other supported objects.