Uses of Interface
org.instancio.OnCompleteCallback
Packages that use OnCompleteCallback
-
Uses of OnCompleteCallback in org.instancio
Methods in org.instancio with parameters of type OnCompleteCallbackModifier and TypeMethodDescriptionBaseApi.onComplete(TargetSelector selector, OnCompleteCallback<V> callback) A callback that gets invoked after the root object has been fully populated.<V> InstancioApi<T> InstancioApi.onComplete(TargetSelector selector, OnCompleteCallback<V> callback) A callback that gets invoked after the root object has been fully populated.InstancioCartesianProductApi.onComplete(TargetSelector selector, OnCompleteCallback<V> callback) A callback that gets invoked after the root object has been fully populated.