Class VariableDefinedPropertyProvider.VariableDefinedPropertyProviderBuilder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ValueProvider build​(java.lang.reflect.Field field, java.util.Map<java.lang.reflect.Field,​java.beans.PropertyDescriptor> fieldDescriptorMap, java.lang.annotation.Annotation annotation)  
      • Methods inherited from class java.lang.Object

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

      • VariableDefinedPropertyProviderBuilder

        public VariableDefinedPropertyProviderBuilder()
    • Method Detail

      • build

        public ValueProvider build​(java.lang.reflect.Field field,
                                   java.util.Map<java.lang.reflect.Field,​java.beans.PropertyDescriptor> fieldDescriptorMap,
                                   java.lang.annotation.Annotation annotation)
        Specified by:
        build in interface ValueProviderBuilder