java.lang.Object
io.quarkus.deployment.configuration.type.ConverterType
io.quarkus.deployment.configuration.type.Leaf

public final class Leaf extends ConverterType
  • Constructor Details

    • Leaf

      public Leaf(Class<?> type, Class<?> convertWith)
  • Method Details

    • getLeafType

      public Class<?> getLeafType()
      Specified by:
      getLeafType in class ConverterType
    • getConvertWith

      public Class<? extends org.eclipse.microprofile.config.spi.Converter<?>> getConvertWith()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equals

      public boolean equals(Leaf obj)