Class PrimitiveAdapter<T>

    • Field Detail

      • TRUE_VALUES

        public static final java.lang.String[] TRUE_VALUES
      • FALSE_VALUES

        public static final java.lang.String[] FALSE_VALUES
    • Constructor Detail

      • PrimitiveAdapter

        protected PrimitiveAdapter​(@NotNull
                                   @NotNull java.lang.Class<T> valueType,
                                   @NotNull
                                   @NotNull ValueParser<T> deserializer)