Package | Description |
---|---|
org.apache.tamaya.spi |
Modifier and Type | Method and Description |
---|---|
ConversionContext.Builder |
ConversionContext.Builder.addSupportedFormats(Class<? extends PropertyConverter> 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.setConfigurationContext(ConfigurationContext configurationContext)
Sets the configuration.
|
ConversionContext.Builder |
ConversionContext.Builder.setKey(String key)
Sets the key.
|
Constructor and Description |
---|
ConversionContext(ConversionContext.Builder builder)
Private constructor used from builder.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.