Interface Resettable

All Known Subinterfaces:
ActivationLogQuery
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated(forRemoval=true, since="4.0.8") @FunctionalInterface public interface Resettable
Deprecated, for removal: This API element is subject to removal in a future version.
Helidon inject is deprecated and will be replaced in a future version
Implementors of this contract are capable of resetting the state of itself (i.e., clears cache, log entries, etc.).
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    reset(boolean deep)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Resets the state of this object.
  • Method Details

    • reset

      boolean reset(boolean deep)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Resets the state of this object.
      Parameters:
      deep - true to iterate over any contained objects, to reflect the reset into the retained object
      Returns:
      returns true if the state was changed