Class ValueProviderFactory


  • public class ValueProviderFactory
    extends java.lang.Object
    Since:
    16/6/16
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean contains​(java.lang.Class<? extends java.lang.annotation.Annotation> type)  
      static ValueProviderBuilder getBuilder​(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getBuilder

        public static ValueProviderBuilder getBuilder​(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
      • contains

        public static boolean contains​(java.lang.Class<? extends java.lang.annotation.Annotation> type)