public interface Builder<T>
Modifier and Type | Method and Description |
---|---|
T |
create()
Create the configuration bean
|
Builder<?> |
read(T template)
Reads the configuration from an already created configuration bean into this builder.
|
void |
validate()
Validate the data in this builder before building the configuration bean
|
void validate()
T create()
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.