Class ScannerEntry

java.lang.Object
org.ghotibeaun.json.converters.utils.ScannerEntry

public class ScannerEntry
extends Object
Contains mapping data for converting to and from JSON and Class instances.
Author:
Jim Earley (xml.jim@gmail.com)
  • Constructor Details

    • ScannerEntry

      public ScannerEntry​(Class<?> containerClass, Field theField, ConverterOptions options)
      Initializes the entry
      Parameters:
      containerClass - the Class containing the Field
      theField - the field
  • Method Details