Uses of Class
io.quarkus.arc.deployment.devconsole.DevBeanKind
-
Packages that use DevBeanKind Package Description io.quarkus.arc.deployment.devconsole -
-
Uses of DevBeanKind in io.quarkus.arc.deployment.devconsole
Methods in io.quarkus.arc.deployment.devconsole 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.devconsole 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)
-