| Interface | Description |
|---|---|
| PropertyRegistrar |
Basic interface used by the
java.util.ServiceLoader to discover all
implementations on the classpath. |
| Class | Description |
|---|---|
| AbstractPropertyRegistrar |
Provides a minimal implementation of
PropertyRegistrar to simplify
code that must be generated. |
| InitLoader |
Dedicated wrapper for a java.util.ServiceLoader that loads InitLoader instances.
|
| PropertyRegistrarLoader |
Dedicated wrapper for a java.util.ServiceLoader that loads PropertyRegistrar instances.
|
| PropertyRegistration |
Registration for a single Property, which registers a single
Property
with AndHow during startup at run time. |
| PropertyRegistrationList |
A List of Registrations with simplified add methods that make it
efficient (source code wise) to add Registrations.
|
| TestInitLoader |
Dedicated wrapper for a java.util.ServiceLoader that loads TestInitLoader instances.
|
Copyright © 2022. All rights reserved.