java.lang.Object
io.helidon.pico.api.ActivationLogEntry.Interceptor
- All Implemented Interfaces:
BuilderInterceptor<io.helidon.pico.api.DefaultActivationLogEntry.Builder>
- Enclosing interface:
ActivationLogEntry
public static class ActivationLogEntry.Interceptor
extends Object
implements BuilderInterceptor<io.helidon.pico.api.DefaultActivationLogEntry.Builder>
Ensures that the non-nullable fields are populated with default values.
-
Method Summary
Modifier and TypeMethodDescriptionio.helidon.pico.api.DefaultActivationLogEntry.Builderintercept(io.helidon.pico.api.DefaultActivationLogEntry.Builder b) Provides the ability to intercept (i.e., including decoration or mutation) the target.
-
Method Details
-
intercept
public io.helidon.pico.api.DefaultActivationLogEntry.Builder intercept(io.helidon.pico.api.DefaultActivationLogEntry.Builder b) Description copied from interface:BuilderInterceptorProvides the ability to intercept (i.e., including decoration or mutation) the target.- Specified by:
interceptin interfaceBuilderInterceptor<io.helidon.pico.api.DefaultActivationLogEntry.Builder>- Parameters:
b- the target being intercepted- Returns:
- the mutated or replaced target (must not be null)
-