Class CompositeEntry.Element

java.lang.Object
com.blackhillsoftware.json.util.CompositeEntry.Element
Enclosing class:
CompositeEntry

public static class CompositeEntry.Element extends Object
An element in a CompositeEntry (used when generating JSON)
  • Method Details

    • getObject

      public Object getObject()
      Get the object for this Element
      Returns:
      the element object
    • getName

      public String getName()
      Get the name of this element or null if no name was provided
      Returns:
      the element name or null