Class Aot.BuilderBase.AotImpl

java.lang.Object
io.helidon.common.features.metadata.Aot.BuilderBase.AotImpl
All Implemented Interfaces:
Prototype.Api, Aot
Enclosing class:
Aot.BuilderBase<BUILDER extends Aot.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends Aot>

protected static class Aot.BuilderBase.AotImpl extends Object implements Aot
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Constructor Details

    • AotImpl

      protected AotImpl(Aot.BuilderBase<?,?> builder)
      Create an instance providing a builder.
      Parameters:
      builder - extending builder base of this prototype
  • Method Details

    • supported

      public boolean supported()
      Description copied from interface: Aot
      Whether this module supports AOT, defaults to true.
      Specified by:
      supported in interface Aot
      Returns:
      is deprecated
    • description

      public Optional<String> description()
      Description copied from interface: Aot
      AOT description.
      Specified by:
      description in interface Aot
      Returns:
      description
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object