Class IntegerTypeDeserializer

All Implemented Interfaces:
javax.json.bind.serializer.JsonbDeserializer<Integer>

public class IntegerTypeDeserializer extends AbstractNumberDeserializer<Integer>
Deserializer for Integer type.
  • Constructor Details

    • IntegerTypeDeserializer

      public IntegerTypeDeserializer(Customization customization)
      Creates a new instance.
      Parameters:
      customization - Model customization.
  • Method Details