public interface ViaProvider
Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
ORIGINAL
Marker object indicating that the original object should be used.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAdaptable(java.lang.Object original,
java.lang.String value)
Get an adaptable using the value of the @Via annotation.
|
java.lang.Class<? extends ViaProviderType> |
getType()
Return the marker class for use in the @Via annotation
|
static final java.lang.Object ORIGINAL
java.lang.Class<? extends ViaProviderType> getType()
java.lang.Object getAdaptable(java.lang.Object original, java.lang.String value)
original
- the original adaptablevalue
- the value of the @Via annotationCopyright © 2022 The Apache Software Foundation. All rights reserved.