Class OptionalValuesBean

    • Constructor Detail

      • OptionalValuesBean

        public OptionalValuesBean()
    • Method Detail

      • setStringValue

        @Inject
        public void setStringValue​(Optional<String> stringValue)
      • getNotexistingProperty

        public Optional<Integer> getNotexistingProperty()
      • getNotExistingStringProperty

        public Optional<String> getNotExistingStringProperty()
      • getOptionalIntProperty

        public OptionalInt getOptionalIntProperty()
      • getOptionalNotExistingIntProperty

        public OptionalInt getOptionalNotExistingIntProperty()
      • getOptionalLongProperty

        public OptionalLong getOptionalLongProperty()
      • getOptionalNotExistingLongProperty

        public OptionalLong getOptionalNotExistingLongProperty()
      • getOptionalDoubleProperty

        public OptionalDouble getOptionalDoubleProperty()
      • getOptionalNotExistingDoubleProperty

        public OptionalDouble getOptionalNotExistingDoubleProperty()