Package io.quarkus.jaxb.deployment.utils
Class JaxbType
- java.lang.Object
-
- io.quarkus.jaxb.deployment.utils.JaxbType
-
public class JaxbType extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JaxbTypefindExistingType(Set<JaxbType> dictionary, JaxbType jaxbType)StringgetModelName()Class<?>getType()static booleanisValidType(Class<?> clazz)
-
-
-
Constructor Detail
-
JaxbType
public JaxbType(Class<?> clazz)
-
-