Class BeanParser

java.lang.Object
org.csveed.bean.BeanParser

public class BeanParser extends Object
The Class BeanParser.
  • Constructor Details

    • BeanParser

      public BeanParser()
  • Method Details

    • getBeanInstructions

      public BeanInstructions getBeanInstructions(Class beanClass)
      Gets the bean instructions.
      Parameters:
      beanClass - the bean class
      Returns:
      the bean instructions
    • checkForAnnotations

      public void checkForAnnotations(BeanProperty beanProperty)
      Check for annotations.
      Parameters:
      beanProperty - the bean property