Class ValueProviderFactory
- java.lang.Object
-
- com.wavemaker.runtime.data.replacers.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 booleancontains(java.lang.Class<? extends java.lang.annotation.Annotation> type)static ValueProviderBuildergetBuilder(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
-
-
-
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)
-
-