Uses of Interface
org.hibernate.models.internal.jandex.JandexTypeSwitch
Packages that use JandexTypeSwitch
-
Uses of JandexTypeSwitch in org.hibernate.models.internal.jandex
Classes in org.hibernate.models.internal.jandex that implement JandexTypeSwitchModifier and TypeClassDescriptionclassJandexTypeSwitch implementation which builds corresponding TypeDetails referencesMethods in org.hibernate.models.internal.jandex with parameters of type JandexTypeSwitchModifier and TypeMethodDescriptionstatic List<TypeDetails>JandexTypeSwitchStandard.resolveTypes(List<org.jboss.jandex.Type> types, JandexTypeSwitch<TypeDetails> typeSwitch, SourceModelBuildingContext buildingContext) static <T> TJandexTypeSwitcher.switchType(org.jboss.jandex.Type type, JandexTypeSwitch<T> typeSwitch, SourceModelBuildingContext buildingContext)