Package io.vertx.tp.modular.change
Class AbstractAdjuster
- java.lang.Object
-
- io.vertx.tp.modular.change.AbstractAdjuster
-
-
Constructor Summary
Constructors Constructor Description AbstractAdjuster(Class<?> type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.vertx.core.json.JsonObjectconfigIn()protected io.vertx.core.json.JsonObjectconfigOut()ObjectinValue(Object ucmdbInput)booleanisSame(Object oldValue, Object newValue)protected booleanisSame(Object oldValue, Object newValue, Supplier<Boolean> fnCompare)protected Stringliteral(Object input)ObjectoutValue(Object input)
-
-
-
Field Detail
-
type
protected transient Class<?> type
-
-
Constructor Detail
-
AbstractAdjuster
public AbstractAdjuster(Class<?> type)
-
-