Class Types


  • public final class Types
    extends Object
    Author:
    Martin Kouba
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void getParameterizedType​(io.quarkus.gizmo.AssignableResultHandle variable, io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle tccl, org.jboss.jandex.ParameterizedType parameterizedType)  
      static io.quarkus.gizmo.ResultHandle getParameterizedType​(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle tccl, org.jboss.jandex.ParameterizedType parameterizedType)  
      static io.quarkus.gizmo.ResultHandle getTypeHandle​(io.quarkus.gizmo.BytecodeCreator creator, org.jboss.jandex.Type type)  
      static io.quarkus.gizmo.ResultHandle getTypeHandle​(io.quarkus.gizmo.BytecodeCreator creator, org.jboss.jandex.Type type, io.quarkus.gizmo.ResultHandle tccl)  
      static org.jboss.jandex.Type jandexType​(Class<?> clazz)  
      static org.jboss.jandex.Type jandexType​(Type type)  
    • Method Detail

      • getTypeHandle

        public static io.quarkus.gizmo.ResultHandle getTypeHandle​(io.quarkus.gizmo.BytecodeCreator creator,
                                                                  org.jboss.jandex.Type type)
      • getTypeHandle

        public static io.quarkus.gizmo.ResultHandle getTypeHandle​(io.quarkus.gizmo.BytecodeCreator creator,
                                                                  org.jboss.jandex.Type type,
                                                                  io.quarkus.gizmo.ResultHandle tccl)
      • jandexType

        public static org.jboss.jandex.Type jandexType​(Class<?> clazz)
      • jandexType

        public static org.jboss.jandex.Type jandexType​(Type type)
      • getParameterizedType

        public static void getParameterizedType​(io.quarkus.gizmo.AssignableResultHandle variable,
                                                io.quarkus.gizmo.BytecodeCreator creator,
                                                io.quarkus.gizmo.ResultHandle tccl,
                                                org.jboss.jandex.ParameterizedType parameterizedType)
      • getParameterizedType

        public static io.quarkus.gizmo.ResultHandle getParameterizedType​(io.quarkus.gizmo.BytecodeCreator creator,
                                                                         io.quarkus.gizmo.ResultHandle tccl,
                                                                         org.jboss.jandex.ParameterizedType parameterizedType)