Class NotNullAttributeValidation

    • Constructor Summary

      Constructors 
      Constructor Description
      NotNullAttributeValidation​(java.util.function.Supplier<? extends FactoryBase<?,​?>> factoryBaseSupplier, java.lang.reflect.Field attributeField)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> validateFactory()  
      • Methods inherited from class java.lang.Object

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

      • NotNullAttributeValidation

        public NotNullAttributeValidation​(java.util.function.Supplier<? extends FactoryBase<?,​?>> factoryBaseSupplier,
                                          java.lang.reflect.Field attributeField)