Uses of Class
org.apache.juneau.config.Section
Packages that use Section
-
Uses of Section in org.apache.juneau.config
Methods in org.apache.juneau.config that return SectionModifier and TypeMethodDescriptionConfig.getSection
(String name) Gets the section with the specified name.Section.writeToBean
(Object bean, boolean ignoreUnknownProperties) Copies the entries in this section to the specified bean by calling the public setters on that bean.