Uses of Class
io.quarkus.arc.deployment.devui.DevBeanKind
-
Packages that use DevBeanKind Package Description io.quarkus.arc.deployment.devui -
-
Uses of DevBeanKind in io.quarkus.arc.deployment.devui
Methods in io.quarkus.arc.deployment.devui that return DevBeanKind Modifier and Type Method Description DevBeanKindDevBeanInfo. getKind()static DevBeanKindDevBeanKind. valueOf(String name)Returns the enum constant of this type with the specified name.static DevBeanKind[]DevBeanKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.quarkus.arc.deployment.devui with parameters of type DevBeanKind Constructor Description DevBeanInfo(String id, DevBeanKind kind, boolean isApplicationBean, Name providerType, String memberName, Set<Name> types, Set<Name> qualifiers, Name scope, Name declaringClass, List<String> boundInterceptors, boolean isGenerated)
-