JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
io.avaje.config
io.avaje.config
Configuration
Entry
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
source()
value()
Interface Configuration.Entry
Enclosing interface:
Configuration
public static interface
Configuration.Entry
A configuration entry.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
source
()
Return the source of the entry.
String
value
()
Return the String value of the entry.
Method Details
source
String
source
()
Return the source of the entry.
value
String
value
()
Return the String value of the entry.