Class PointConverter

java.lang.Object
org.apache.commons.beanutils2.converters.AbstractConverter<Point>
org.apache.commons.beanutils2.converters.PointConverter
All Implemented Interfaces:
Converter<Point>

public class PointConverter extends AbstractConverter<Point>
Converter implementation that handles conversion to and from Point.
Since:
2.0.0
  • Constructor Details

    • PointConverter

      public PointConverter()
      Construct a Point Converter that throws a ConversionException if an error occurs.
    • PointConverter

      public PointConverter(Point defaultValue)
      Constructs a Converter that will return the specified default value if a conversion error occurs.
      Parameters:
      defaultValue - The default value to be returned if the value to be converted is missing or an error occurs converting the value.
  • Method Details