Module org.refcodes.component
Package org.refcodes.component
Interface LifecycleRequestAccessor.LifecycleRequestProperty
- All Superinterfaces:
LifecycleRequestAccessor
,LifecycleRequestAccessor.LifecycleRequestMutator
- Enclosing interface:
- LifecycleRequestAccessor
public static interface LifecycleRequestAccessor.LifecycleRequestProperty
extends LifecycleRequestAccessor, LifecycleRequestAccessor.LifecycleRequestMutator
Provides a
LifecycleRequest
property.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.component.LifecycleRequestAccessor
LifecycleRequestAccessor.LifecycleRequestMutator, LifecycleRequestAccessor.LifecycleRequestProperty
-
Method Summary
Modifier and TypeMethodDescriptiondefault LifecycleRequest
letLifecycleRequest
(LifecycleRequest aLifecycleRequest) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenLifecycleRequest
(setter) as ofLifecycleRequestAccessor.LifecycleRequestMutator.setLifecycleRequest(LifecycleRequest)
and returns the very same value (getter).Methods inherited from interface org.refcodes.component.LifecycleRequestAccessor
getLifecycleRequest
Methods inherited from interface org.refcodes.component.LifecycleRequestAccessor.LifecycleRequestMutator
setLifecycleRequest
-
Method Details
-
letLifecycleRequest
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenLifecycleRequest
(setter) as ofLifecycleRequestAccessor.LifecycleRequestMutator.setLifecycleRequest(LifecycleRequest)
and returns the very same value (getter).- Parameters:
aLifecycleRequest
- TheLifecycleRequest
to set (viaLifecycleRequestAccessor.LifecycleRequestMutator.setLifecycleRequest(LifecycleRequest)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-