public static final class ConfigDefinition.RootInfo extends Object
| Constructor and Description |
|---|
RootInfo(Class<?> rootClass,
GroupConfigType rootType,
io.quarkus.gizmo.FieldDescriptor fieldDescriptor,
ConfigPhase configPhase) |
| Modifier and Type | Method and Description |
|---|---|
ConfigPhase |
getConfigPhase() |
io.quarkus.gizmo.FieldDescriptor |
getFieldDescriptor() |
Class<?> |
getRootClass() |
GroupConfigType |
getRootType() |
RootInfo(Class<?> rootClass, GroupConfigType rootType, io.quarkus.gizmo.FieldDescriptor fieldDescriptor, ConfigPhase configPhase)
public Class<?> getRootClass()
public GroupConfigType getRootType()
public io.quarkus.gizmo.FieldDescriptor getFieldDescriptor()
public ConfigPhase getConfigPhase()
Copyright © 2019 JBoss by Red Hat. All rights reserved.