Interface JacksonAnnotationValue<A extends java.lang.annotation.Annotation>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.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

        java.lang.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