@Retention(value=RUNTIME) @Target(value=METHOD) @Documented @Meta(name="converter", value="json") public @interface Json
JsonConverter should be used for converting a configuration property value to a property type.
It applies only when JsonConverter is registered in the configuration factory.
Example usage:
public interface JsonConfiguration {
@Json
ComplexType getComplexType();
}
JsonConverterCopyright © 2017–2018 Sabre GLBL Inc.. All rights reserved.