Class ModelCreator

    • Constructor Detail

    • Method Detail

      • setDirectives

        public void setDirectives​(Directives directives)
      • getReturnType

        protected static org.jboss.jandex.Type getReturnType​(org.jboss.jandex.MethodInfo methodInfo)
        The the return type.This is usually the method return type, but can also be adapted to something else
        Parameters:
        methodInfo - method
        Returns:
        the return type
      • getReturnType

        protected static org.jboss.jandex.Type getReturnType​(org.jboss.jandex.FieldInfo fieldInfo)
        The the return type.This is usually the method return type, but can also be adapted to something else
        Parameters:
        fieldInfo -
        Returns:
        the return type
      • populateField

        protected void populateField​(Direction direction,
                                     Field field,
                                     org.jboss.jandex.Type type,
                                     Annotations annotations)
      • populateField

        protected void populateField​(Direction direction,
                                     Field field,
                                     org.jboss.jandex.Type fieldType,
                                     org.jboss.jandex.Type methodType,
                                     Annotations annotations)