Class JaxbType

java.lang.Object
io.quarkus.jaxb.deployment.utils.JaxbType

public class JaxbType extends Object
  • Constructor Details

    • JaxbType

      public JaxbType(Class<?> clazz)
  • Method Details

    • getModelName

      public String getModelName()
    • getType

      public Class<?> getType()
    • isValidType

      public static boolean isValidType(Class<?> clazz)
    • findExistingType

      public static JaxbType findExistingType(Set<JaxbType> dictionary, JaxbType jaxbType)