Package io.vertx.tp.modular.change
Interface Adjuster
-
- All Known Implementing Classes:
AbstractAdjuster
public interface Adjuster
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Adjusterget(Class<?> clazz)ObjectinValue(Object ucmdbInput)booleanisSame(Object oldValue, Object newValue)ObjectoutValue(Object input)
-