public interface JacksonAnnotationValue<A extends Annotation>
JsonFormat.Value that are used
 to contain information from one of Jackson annotations, and can be directly
 instantiated from those annotations, as well as programmatically constructed
 and possibly merged. The reason for such marker is to allow generic handling of
 some of the annotations, as well as to allow easier injection of configuration
 from sources other than annotations.| Modifier and Type | Method and Description | 
|---|---|
Class<A> | 
valueFor()
Introspection method that may be used to find actual annotation that may be used
 as the source for value instance. 
 | 
Copyright © 2008–2019 FasterXML. All rights reserved.