| Package | Description |
|---|---|
| org.apache.tamaya.spi |
This package contains the Apache Tamaya SPI artifacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
ConversionContext.Builder |
ConversionContext.Builder.addSupportedFormats(Class<?> converterType,
String... formatDescriptors) |
Add the formats provided by a
PropertyConverter. |
ConversionContext.Builder |
ConversionContext.Builder.setAnnotatedElement(AnnotatedElement annotatedElement) |
Sets the annotated element, when configuration is injected.
|
ConversionContext.Builder |
ConversionContext.Builder.setConfiguration(Configuration configuration) |
Sets the configuration.
|
ConversionContext.Builder |
ConversionContext.Builder.setKey(String key) |
Sets the key.
|
ConversionContext.Builder |
ConversionContext.Builder.setTargetType(TypeLiteral targetType) |
Sets the target type explicitly.
|
ConversionContext.Builder |
ConversionContext.Builder.setValues(List<PropertyValue> values) |
Sets the underlying values evaluated.
|
ConversionContext.Builder |
ConversionContext.Builder.setValues(PropertyValue... values) |
Sets the underlying values evaluated.
|
ConversionContext.Builder |
ConversionContext.toBuilder() |
Creates a builder based on this instance.
|
| Constructor | Description |
|---|---|
ConversionContext(ConversionContext.Builder builder) |
Private constructor used from builder.
|
Copyright © 2014–2019 Apache Software Foundation. All rights reserved.