Index
All Classes and Interfaces|All Packages
A
- address - Variable in class info.ejava.examples.app.config.configproperties.properties.CorporationProperties
- address - Variable in class info.ejava.examples.app.config.configproperties.properties.PersonProperties
- AddressProperties - Class in info.ejava.examples.app.config.configproperties.properties
- AddressProperties(String, String, String, String) - Constructor for class info.ejava.examples.app.config.configproperties.properties.AddressProperties
- AppCommand - Class in info.ejava.examples.app.config.configproperties
- AppCommand() - Constructor for class info.ejava.examples.app.config.configproperties.AppCommand
B
- boatProperties - Variable in class info.ejava.examples.app.config.configproperties.AppCommand
- BoatProperties - Class in info.ejava.examples.app.config.configproperties.properties
-
This class provides a example of ConfigurationProperties class that uses a constructor and final variable(s) to create a read-only property class.
- BoatProperties() - Constructor for class info.ejava.examples.app.config.configproperties.properties.BoatProperties
- BoatProperties(String) - Constructor for class info.ejava.examples.app.config.configproperties.properties.BoatProperties
- businessProperties - Variable in class info.ejava.examples.app.config.configproperties.AppCommand
- BusinessProperties - Class in info.ejava.examples.app.config.configproperties.properties
- BusinessProperties(String, String, String, String, String, String) - Constructor for class info.ejava.examples.app.config.configproperties.properties.BusinessProperties
C
- carProperties - Variable in class info.ejava.examples.app.config.configproperties.AppCommand
- CarProperties - Class in info.ejava.examples.app.config.configproperties.properties
-
This class provides a example of ConfigurationProperties class that uses a default constructor and Java bean setter()/getter() methods.
- CarProperties() - Constructor for class info.ejava.examples.app.config.configproperties.properties.CarProperties
- city - Variable in class info.ejava.examples.app.config.configproperties.properties.AddressProperties
- city - Variable in class info.ejava.examples.app.config.configproperties.properties.BusinessProperties
- companyProperties - Variable in class info.ejava.examples.app.config.configproperties.AppCommand
- CompanyProperties - Class in info.ejava.examples.app.config.configproperties.properties
-
This class provides a example of ConfigurationProperties class that uses Lombok to generate boilerplate Java bean methods.
- CompanyProperties(String) - Constructor for class info.ejava.examples.app.config.configproperties.properties.CompanyProperties
- ConfigurationPropertiesApp - Class in info.ejava.examples.app.config.configproperties
- ConfigurationPropertiesApp() - Constructor for class info.ejava.examples.app.config.configproperties.ConfigurationPropertiesApp
- corporationProperties - Variable in class info.ejava.examples.app.config.configproperties.AppCommand
- CorporationProperties - Class in info.ejava.examples.app.config.configproperties.properties
-
This class provides a example of ConfigurationProperties class that uses nested properties.
- CorporationProperties(String, AddressProperties) - Constructor for class info.ejava.examples.app.config.configproperties.properties.CorporationProperties
G
- getName() - Method in class info.ejava.examples.app.config.configproperties.properties.BoatProperties
- getName() - Method in class info.ejava.examples.app.config.configproperties.properties.CarProperties
H
- home - Variable in class info.ejava.examples.app.config.configproperties.properties.UserProperties
I
- info.ejava.examples.app.config.configproperties - package info.ejava.examples.app.config.configproperties
- info.ejava.examples.app.config.configproperties.properties - package info.ejava.examples.app.config.configproperties.properties
M
- main(String...) - Static method in class info.ejava.examples.app.config.configproperties.ConfigurationPropertiesApp
- manager - Variable in class info.ejava.examples.app.config.configproperties.AppCommand
- Manager - Annotation Type in info.ejava.examples.app.config.configproperties.properties
- managerProps() - Method in class info.ejava.examples.app.config.configproperties.ConfigurationPropertiesApp
N
- name - Variable in class info.ejava.examples.app.config.configproperties.properties.BoatProperties
- name - Variable in class info.ejava.examples.app.config.configproperties.properties.BusinessProperties
- name - Variable in class info.ejava.examples.app.config.configproperties.properties.CarProperties
-
Name of car with no set maximum size
- name - Variable in class info.ejava.examples.app.config.configproperties.properties.CompanyProperties
- name - Variable in class info.ejava.examples.app.config.configproperties.properties.CorporationProperties
- name - Variable in class info.ejava.examples.app.config.configproperties.properties.PersonProperties
- name - Variable in class info.ejava.examples.app.config.configproperties.properties.RouteProperties
- name - Variable in class info.ejava.examples.app.config.configproperties.properties.UserProperties
- notes - Variable in class info.ejava.examples.app.config.configproperties.properties.BusinessProperties
O
- ownerProps - Variable in class info.ejava.examples.app.config.configproperties.AppCommand
- ownerProps() - Method in class info.ejava.examples.app.config.configproperties.ConfigurationPropertiesApp
P
- PersonProperties - Class in info.ejava.examples.app.config.configproperties.properties
- PersonProperties() - Constructor for class info.ejava.examples.app.config.configproperties.properties.PersonProperties
R
- routeProperties - Variable in class info.ejava.examples.app.config.configproperties.AppCommand
- RouteProperties - Class in info.ejava.examples.app.config.configproperties.properties
- RouteProperties(String, List<AddressProperties>) - Constructor for class info.ejava.examples.app.config.configproperties.properties.RouteProperties
- run(String...) - Method in class info.ejava.examples.app.config.configproperties.AppCommand
S
- setName(String) - Method in class info.ejava.examples.app.config.configproperties.properties.CarProperties
- state - Variable in class info.ejava.examples.app.config.configproperties.properties.AddressProperties
- state - Variable in class info.ejava.examples.app.config.configproperties.properties.BusinessProperties
- stops - Variable in class info.ejava.examples.app.config.configproperties.properties.RouteProperties
- street - Variable in class info.ejava.examples.app.config.configproperties.properties.AddressProperties
- streetAddress - Variable in class info.ejava.examples.app.config.configproperties.properties.BusinessProperties
T
- timezone - Variable in class info.ejava.examples.app.config.configproperties.properties.UserProperties
- toString() - Method in class info.ejava.examples.app.config.configproperties.properties.BoatProperties
- toString() - Method in class info.ejava.examples.app.config.configproperties.properties.CarProperties
U
- UserProperties - Class in info.ejava.examples.app.config.configproperties.properties
- UserProperties(String, String, String) - Constructor for class info.ejava.examples.app.config.configproperties.properties.UserProperties
- userProps - Variable in class info.ejava.examples.app.config.configproperties.AppCommand
Z
- zip - Variable in class info.ejava.examples.app.config.configproperties.properties.AddressProperties
- zipCode - Variable in class info.ejava.examples.app.config.configproperties.properties.BusinessProperties
All Classes and Interfaces|All Packages