Interface JacksonAnnotationValue<A extends Annotation>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
        Returns:
        Annotation class for which instances of this value class are created