com.fasterxml.jackson.annotation

Interface JacksonAnnotationValue<A extends Annotation>

    • Method Summary

      Methods 
      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.
    • Method Detail

      • valueFor

        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–2017 FasterXML. All rights reserved.