| Interface | Description |
|---|---|
| Optional |
A provider component that depends on classes or other resources that
might not be available at runtime can implement this interface to indicate
that it is optional.
|
| PropertyConverter |
An object that converts the string representation of property value to an
instance of a target type.
|
| PropertyConverter.Context |
A context for a property conversion.
|
| PropertyResolver |
An object that resolves a property name to a value.
|
By implementing these interfaces and creating appropriate services
configuration files in META-INF/services, the property resolution
and conversion capabilities of Pinject can be easily extended by
third parties.
Copyright © 2014–2016. All rights reserved.