Class PrototypeImpl.FieldImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      FieldImpl​(java.lang.String name)  
      FieldImpl​(java.lang.String name, java.lang.Class<?> type)  
      FieldImpl​(java.lang.String name, java.lang.Class<?> type, java.util.function.Function<PrototypeFact,​java.lang.Object> extractor)  
      FieldImpl​(java.lang.String name, java.util.function.Function<PrototypeFact,​java.lang.Object> extractor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.function.Function<PrototypeFact,​java.lang.Object> getExtractor()  
      java.lang.String getName()  
      java.lang.Class<?> getType()  
      boolean isTyped()  
      • Methods inherited from class java.lang.Object

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

      • FieldImpl

        public FieldImpl​(java.lang.String name)
      • FieldImpl

        public FieldImpl​(java.lang.String name,
                         java.util.function.Function<PrototypeFact,​java.lang.Object> extractor)
      • FieldImpl

        public FieldImpl​(java.lang.String name,
                         java.lang.Class<?> type)
      • FieldImpl

        public FieldImpl​(java.lang.String name,
                         java.lang.Class<?> type,
                         java.util.function.Function<PrototypeFact,​java.lang.Object> extractor)