java.lang.Object
com.broadleafcommerce.billing.job.domain.Views

public class Views extends Object
This class contains the different views used for serialization and deserialization of objects.
Author:
karanjariwala
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    View for public serialization, typically used for API responses.
    static class 
    View for internal serialization which contains the sensitive PII fields, and is typically not exposed to the client.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Views

      public Views()