Class OnlyAttribute

    • Constructor Summary

      Constructors 
      Constructor Description
      OnlyAttribute​(java.lang.Class<? extends FactoryBase<?,​?>> factoryClass, 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

      • OnlyAttribute

        public OnlyAttribute​(java.lang.Class<? extends FactoryBase<?,​?>> factoryClass,
                             java.lang.reflect.Field attributeField)