Uses of Interface
org.instancio.OnCompleteCallback
Packages that use OnCompleteCallback
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Contains internal classes implementing the core functionality of Instancio.
Contains context-related implementation classes.
-
Uses of OnCompleteCallback in org.instancio
Methods in org.instancio with parameters of type OnCompleteCallbackModifier and TypeMethodDescription<V> InstancioApi<T>InstancioApi.onComplete(TargetSelector selector, OnCompleteCallback<V> callback) A callback that gets invoked after an object has been fully populated. -
Uses of OnCompleteCallback in org.instancio.internal
Methods in org.instancio.internal with parameters of type OnCompleteCallbackModifier and TypeMethodDescription<V> InstancioApi<T>ApiImpl.onComplete(TargetSelector selector, OnCompleteCallback<V> callback) -
Uses of OnCompleteCallback in org.instancio.internal.context
Methods in org.instancio.internal.context that return types with arguments of type OnCompleteCallbackMethods in org.instancio.internal.context with parameters of type OnCompleteCallbackModifier and TypeMethodDescriptionModelContext.Builder.withOnCompleteCallback(TargetSelector selector, OnCompleteCallback<?> callback)