Class BeanCreator.BeanCreatorProperty

    • Field Detail

      • index

        protected final int index
      • annotations

        protected final Annotation[] annotations
      • doThrowMutateException

        protected final boolean doThrowMutateException
    • Constructor Detail

      • BeanCreatorProperty

        protected BeanCreatorProperty​(String name,
                                      Type type,
                                      int index,
                                      Annotation[] annotations,
                                      Class<?> declaringClass,
                                      Class<?> concreteClass,
                                      BeanCreator creator,
                                      boolean doThrowMutateException)