Package io.quarkus.arc.processor
Class Types
java.lang.Object
io.quarkus.arc.processor.Types
- Author:
- Martin Kouba
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidgetParameterizedType(io.quarkus.gizmo.AssignableResultHandle variable, io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle tccl, org.jboss.jandex.ParameterizedType parameterizedType) Deprecated, for removal: This API element is subject to removal in a future version.static io.quarkus.gizmo.ResultHandlegetParameterizedType(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle tccl, org.jboss.jandex.ParameterizedType parameterizedType) Deprecated, for removal: This API element is subject to removal in a future version.static io.quarkus.gizmo.ResultHandlegetTypeHandle(io.quarkus.gizmo.BytecodeCreator creator, org.jboss.jandex.Type type) Deprecated, for removal: This API element is subject to removal in a future version.static io.quarkus.gizmo.ResultHandlegetTypeHandle(io.quarkus.gizmo.BytecodeCreator creator, org.jboss.jandex.Type type, io.quarkus.gizmo.ResultHandle tccl) Deprecated, for removal: This API element is subject to removal in a future version.static io.quarkus.gizmo.ResultHandlegetTypeHandle(io.quarkus.gizmo.BytecodeCreator creator, org.jboss.jandex.Type type, io.quarkus.gizmo.ResultHandle tccl, org.jboss.jandex.IndexView index) Deprecated, for removal: This API element is subject to removal in a future version.static org.jboss.jandex.TypejandexType(Class<?> clazz) Deprecated, for removal: This API element is subject to removal in a future version.static org.jboss.jandex.TypejandexType(Type type)
-
Method Details
-
getTypeHandle
@Deprecated(forRemoval=true, since="3.30") public static io.quarkus.gizmo.ResultHandle getTypeHandle(io.quarkus.gizmo.BytecodeCreator creator, org.jboss.jandex.Type type) Deprecated, for removal: This API element is subject to removal in a future version. -
getTypeHandle
@Deprecated(forRemoval=true, since="3.30") public static io.quarkus.gizmo.ResultHandle getTypeHandle(io.quarkus.gizmo.BytecodeCreator creator, org.jboss.jandex.Type type, io.quarkus.gizmo.ResultHandle tccl) Deprecated, for removal: This API element is subject to removal in a future version. -
getTypeHandle
@Deprecated(forRemoval=true, since="3.30") public static io.quarkus.gizmo.ResultHandle getTypeHandle(io.quarkus.gizmo.BytecodeCreator creator, org.jboss.jandex.Type type, io.quarkus.gizmo.ResultHandle tccl, org.jboss.jandex.IndexView index) Deprecated, for removal: This API element is subject to removal in a future version. -
getParameterizedType
@Deprecated(forRemoval=true, since="3.30") public static void getParameterizedType(io.quarkus.gizmo.AssignableResultHandle variable, io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle tccl, org.jboss.jandex.ParameterizedType parameterizedType) Deprecated, for removal: This API element is subject to removal in a future version. -
getParameterizedType
@Deprecated(forRemoval=true, since="3.30") public static io.quarkus.gizmo.ResultHandle getParameterizedType(io.quarkus.gizmo.BytecodeCreator creator, io.quarkus.gizmo.ResultHandle tccl, org.jboss.jandex.ParameterizedType parameterizedType) Deprecated, for removal: This API element is subject to removal in a future version. -
jandexType
@Deprecated(forRemoval=true, since="3.30") public static org.jboss.jandex.Type jandexType(Class<?> clazz) Deprecated, for removal: This API element is subject to removal in a future version.useType.create(Class) -
jandexType
-
Type.create(Class)