Class ArrayOf
- java.lang.Object
-
- io.quarkus.deployment.configuration.type.ConverterType
-
- io.quarkus.deployment.configuration.type.ArrayOf
-
public final class ArrayOf extends ConverterType
-
-
Constructor Summary
Constructors Constructor Description ArrayOf(ConverterType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(ArrayOf obj)booleanequals(Object obj)Class<?>getArrayType()ConverterTypegetElementType()Class<?>getLeafType()inthashCode()-
Methods inherited from class io.quarkus.deployment.configuration.type.ConverterType
of, of, of
-
-
-
-
Constructor Detail
-
ArrayOf
public ArrayOf(ConverterType type)
-
-
Method Detail
-
getElementType
public ConverterType getElementType()
-
getLeafType
public Class<?> getLeafType()
- Specified by:
getLeafTypein classConverterType
-
getArrayType
public Class<?> getArrayType()
-
equals
public boolean equals(ArrayOf obj)
-
-