Class Leaf
- java.lang.Object
-
- io.quarkus.deployment.configuration.type.ConverterType
-
- io.quarkus.deployment.configuration.type.Leaf
-
public final class Leaf extends ConverterType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Leaf obj)booleanequals(Object obj)Class<? extends org.eclipse.microprofile.config.spi.Converter<?>>getConvertWith()Class<?>getLeafType()inthashCode()-
Methods inherited from class io.quarkus.deployment.configuration.type.ConverterType
of, of, of
-
-
-
-
Method Detail
-
getLeafType
public Class<?> getLeafType()
- Specified by:
getLeafTypein classConverterType
-
getConvertWith
public Class<? extends org.eclipse.microprofile.config.spi.Converter<?>> getConvertWith()
-
equals
public boolean equals(Leaf obj)
-
-